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

Edit template {{ template }}

{% endblock %} {% block content %}

Manage Template Records for {{ template }}

{% for record in records %} {% endfor %}
Name Type Status TTL Data Comment Edit Delete ID
{{ record.name }} {{ record.type }} {{ record.status }} {{ record.ttl }} {{ record.data }} {{ record.comment }} {{ record.id }}
{% endblock %} {% block extrascripts %} {% endblock %} {% block modals %} {% endblock %}