{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
pv
psamvault
{{ username[:2].upper() }}
{{ username }}
{% if error %}
{{ error }}
{% endif %}
🔐
Vault entries
{{ entries|length }}
Stored credentials
🔑
API keys
{{ api_keys|length }}
Managed keys
🛡️
Vault status
Secure
End-to-end encrypted
{% include "entries_table.html" %}
{# /page-enter #} {% endblock %}