{% extends 'admin/layouts/dashboard_with_tabs.html' %} {% load unfold %} {% block overview_tab %} {% if overview_section %} {{ overview_section|safe }} {% else %} {% include 'admin/snippets/tabs/overview_tab.html' %} {% endif %} {% endblock %} {% block zones_tab %} {% if zones_section %} {{ zones_section|safe }} {% else %} {% include 'admin/snippets/zones/zones_table.html' %} {% endif %} {% endblock %} {% block users_tab %} {% if users_section %} {{ users_section|safe }} {% else %} {% include 'admin/snippets/tabs/users_tab.html' %} {% endif %} {% endblock %} {% block system_tab %} {% if system_section %} {{ system_section|safe }} {% else %}