{% extends "base.html" %} {% set active_page = "admin_domain_template" %} {% block title %}Zone Templates - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %}

Zone Templates

{% endblock %} {% block content %}
{% with errors = get_flashed_messages(category_filter=["error"]) %} {% if errors %}

Error!

x
    {%- for msg in errors %}
  • {{ msg }}
  • {% endfor -%}
{% endif %} {% endwith %}
{% for template in templates %} {% endfor %}
Name Description Total Records Actions
{{ template.name }} {{ template.description }} {{ template.records|count }}
{% endblock %} {% block head_styles %} {% endblock %} {% block extrascripts %} {% endblock %} {% block modals %} {% endblock %}