{% extends "meta.html" %} {% block title %}
以下 SSH 密钥已关联到你的账户:
| 名称 | 指纹 | 添加时间 | 最后使用 | |
|---|---|---|---|---|
| {{key.comment}} | {{key.fingerprint}} | {{key.created|date}} | {{key.last_used|date}} |
以下 PGP 密钥已关联到你的账户:
| 指纹 | 添加时间 | 过期时间 | |||
|---|---|---|---|---|---|
| {{key.fingerprint_hex}} | {{key.created|date}} | {% if not key.expiration %}永不过期 | {% elif key.expiration > now %}{{key.expiration|date}} | {% else %}已过期 {{key.expiration|date}} | {% endif %}