{% extends "admin_base.html" %} {% load static %} {% block title %}System Settings{% endblock %} {% block page_title %}System Settings{% endblock %} {% block page_description %}Configure system-wide settings and preferences{% endblock %} {% block content %}
General Settings
{% csrf_token %}
Email Settings
{% csrf_token %}
System Stats
Total Tenants: {{ total_tenants|default:0 }}
Active Tenants: {{ active_tenants|default:0 }}
Trial Tenants: {{ trial_tenants|default:0 }}
Expired Tenants: {{ expired_tenants|default:0 }}
{% endblock %} {% block extra_js %} {% endblock %}