{% extends "common/generic_modal.html" %} {% load i18n %} {% block modalbody %} {% if object.is_valid %}
{% trans "A DNS record has been found and is valid." %}
{% else %}
{% trans "A DNS record has been found but its syntax is not valid:" %} {{ object.error }}
{% endif %} {% endblock %}