Admin Panel
Dashboard
{% for model_name in models %}
{{ model_name }}
{% endfor %}
Error {{ error_code }}
{% if current_user %}
Welcome, {{ current_user.username }}
Logout
{% endif %}
{{ error_code }}
{{ message }}
Go to Dashboard