{% extends "musician/base.html" %} {% load i18n %} {% block content %} {% trans "Go back" %}

{% trans "DNS settings for" %} {{ object.name }}

Litle description of what to be expected in this section to aid the user. Even a link to more help if there is one available.

{% for record in object.records %} {% endfor %}
{% trans "Type" %} {% trans "Value" %}
{{ record.type }} {{ record.value }}
{% endblock %}