{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Paxalia Admin" %}{% endblock %} {% block page_subtitle %}{% trans "Your Django administration command center inside Paxalia Dashboard" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Inspect registered models, manage records, review activity, localize content, move structured data, and fall back to Django Admin only when a project-specific surface needs it." %}
{% trans "Open a focused surface for the task instead of carrying the full registry everywhere." %}
{% blocktrans with count=localized_count %}{{ count }} registered models expose a recognized localization capability. Open a model's Localization workspace to inspect language completeness and manage translations.{% endblocktrans %}
{% trans "Chat-oriented operations stay separate from record management so each surface remains focused." %}
{% trans "Django's admin registry remains the source of truth for the model surface." %}
{% trans "Register models with Django's admin.site to make them available in Paxalia Admin." %}
{% trans "Recent administrative changes and operational signals." %}
{% trans "No Paxalia Admin changes have been recorded yet." %}
{% endfor %}{% trans "No Django Admin log entries are available." %}
{% endfor %}{% trans "No login activity is available." %}
{% endfor %}