{{ icons.grid(size=14) }}
Benutzerverwaltung
{{ rows | length }} {{ 'Konto' if rows | length == 1 else 'Konten' }} insgesamt.
{% if delete_error %}{{ delete_error }}
{% endif %}
{% extends "base.html" %} {% import "_icons.html" as icons %} {% block title %}Benutzerverwaltung · LinkVault{% endblock %} {% block body %} {% include "_topbar.html" %}
{{ rows | length }} {{ 'Konto' if rows | length == 1 else 'Konten' }} insgesamt.
{% if delete_error %}