{% extends "base.html" %} {% block title %}{{ t.accounts_title }}{% endblock %} {% block page_title %}{{ t.accounts_title }}{% endblock %} {% block page_desc %}{{ t.accounts_desc }}{% endblock %} {% block content %}
● |
{{ a.name }} {% if a.is_default %}默认{% endif %}
Key: {{ a.masked_key() }}
{% if a.note %}{{ a.note }} {% endif %}
|
{% if not a.is_default %}{% endif %} |