{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}
{% 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 %}{% 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 %} |