{% extends "users/base.html" %} {% block title %}List of Database{% endblock title %} {% block content %}

List of Database

{% for database in databases %} {% if db %} {% else %} {% endif %} {% empty %} {% endfor %}
Database Size Privileged Users Actions
{{ database.db_name }} {{ database.size_display }} {{ database.privileged_users }} Import Manage
{% csrf_token %}
Repair
No domains found.
{% endblock content %} {% include "users/footer.html" %}