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

Templates List

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

Error!

x
    {%- for msg in errors %}
  • {{ msg }}
  • {% endfor -%}
{% endif %} {% endwith %}

Templates

{% for template in templates %} {% endfor %}
Name Description Number of Records Action
{{ template.name }} {{ template.description }} {{ template.records|count }}
{% endblock %} {% block extrascripts %} {% endblock %} {% block modals %} {% endblock %}