{% extends "meta.html" %} {% block title %}
{{user.bio | md}}{% endif %} {% if reset_pending %}
| Name | Fingerprint | Authorized | Last Used |
|---|---|---|---|
| {{key.comment}} |
{{key.fingerprint}}{{key.key}}
|
{{key.created|date}} | {{key.last_used|date}} |
| ID | Fingerprint | Authorized |
|---|---|---|
| {{key.id}} |
{{key.fingerprint_hex}}{{key.key}}
|
{{key.created|date}} |
| IP Address | Host | Details | Date |
|---|---|---|---|
| {{log.ip_address}} | {{rdns.get(log.ip_address.exploded, "unknown")}} | {{log.details or log.event_type}} | {{log.created | date }} |
| Comment | Issued | Expires | |
|---|---|---|---|
| {{ token.comment }} | {{ token.issued | date }} | {{ token.expires | date }} | Revoke |
| Service | Operator | Issued | Expires | |
|---|---|---|---|---|
| {# lol this hack is awful #} {{ grant.client.name }} {{icon('external-link-alt')}} | {{grant.client.owner.canonicalName}} | {{grant.issued | date}} | {{grant.expires | date}} | Revoke |
| Name | Client ID | |
|---|---|---|
| {# lol this hack is awful #} {{ client.name }} {{icon('external-link-alt')}} | {{ client.uuid }} | Manage {{icon('caret-right')}} |
Paid {{invoice.created | date}}
Valid for service until {{invoice.valid_thru | date}}
{% if invoice.comment %}
{{invoice.comment}}
{% endif %}