{% extends 'base.html' %} {% block title %}仪表盘 - 密码管理器{% endblock %} {% block content %}

密码仪表盘

安全退出

已存密码

{% if passwords %} {% for category, accounts in passwords.items() %} {% for account, password in accounts.items() %} {% endfor %} {% endfor %}
分类 账户 密码 操作
{{ category }} {{ account }} ••••••••
{% else %}

还没有保存任何密码。请在右侧添加您的第一个密码!

{% endif %}

添加新密码

密码生成器

{% endblock %}