{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}

{% trans 'Domain Zone' %}

{% trans "A domain zone is the base part of your domain name. Click the \"List Domains\" button to see a list of all the domains in each zone. If you delete a zone, you will delete all the domains that are part of your zone." %}

{% trans 'New Domain Zone' %} {% if entity_list %} {% for entity in entity_list %} {% endfor %}
{% trans 'Domain' %}{% trans 'Status' %}{% trans 'Actions' %}
{{ entity.domain }} {{ entity.get_display_status }} {% trans 'Delete' %} {% trans 'List Domains' %} {% if entity.display_as_disabled %} {% trans 'Enable' %} {% else %} {% trans 'Disable' %} {% endif %}
{% if is_paginated %} {% endif %} {% endif %} {% endblock %}