{% extends "horizon/common/_modal_form.html" %} {% load i18n horizon humanize %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:project:dns_domains:create_domain' %}{% endblock %} {% block modal_id %}create_domain_modal{% endblock %} {% block modal-header %}{% trans "Create Domain" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% blocktrans %} The Name field should contain a full-qualified domain name (with trailing period). {% endblocktrans %}

{% blocktrans %} The Email field should contain a valid email address to be associated with the domain. {% endblocktrans %}

{% blocktrans %} The optional TTL field can be any value between 0 and 2147483647 seconds. {% endblocktrans %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}