{% extends "meta.html" %} {% block title %}
The following SSH keys are associated with your account:
| Name | Fingerprint | Authorized | Last Used | |
|---|---|---|---|---|
| {{key.comment}} | {{key.fingerprint_sha256}} | {{key.created|date}} | {{describe_last_used(key.last_used)}} |
The following PGP keys are associated with your account:
| Fingerprint | Authorized | Expiration | |||
|---|---|---|---|---|---|
| {{key.fingerprint_hex}} | {{key.created|date}} | {% if not key.expiration %}Does not expire | {% elif key.expiration > now %}{{key.expiration|date}} | {% else %}Expired {{key.expiration|date}} | {% endif %}