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

{% trans 'Domain Names' %}

{% trans "Domain names link an easy to remember name, like mayfirst.coop, to the IP address where your web site, email or other resources can be found." %}

{% trans 'New Domain Name' %} {% if entity_list %}
{% for entity in entity_list %} {% endfor %}
{% trans 'Type' %}{% trans 'Domain Name' %}{% trans 'Properties' %}{% trans 'Actions' %}
{{ entity.get_category_display }} {{ entity.label }}{% if entity.label %}.{% endif %}{{ entity.domain_zone }} {{ entity.ip_address|default_if_none:"" }} {{ entity.server_name }} {{ entity.text }} {{ entity.sshfp_data|truncatechars:10 }} {% trans 'Edit' %} {% trans 'Delete' %} {% if entity.display_as_disabled %} {% trans 'Enable' %} {% else %} {% trans 'Disable' %} {% endif %}
{% if is_paginated %} {% endif %}
{% include 'history.html' %}
{% endif %} {% endblock %}