{% extends "base.html" %} {% load i18n %} {% block title %} {% trans 'Admin Dashboard' %} {% endblock %} {% block content %} {% if request.user.is_superuser %}
{% trans "Manage user accounts and review system logs." %}
{% trans "View, edit, and manage all user accounts within the system." %}
{% trans "Review a detailed history of all critical system activities and changes." %}