{% extends "users/base.html" %} {% block title %}My Domain{% endblock title %} {% block content %}
| Name | TTL | Type | Record | Actions |
|---|---|---|---|---|
| {{ dns.name }} | {{ dns.ttl }} | {{ dns.type }} |
{% if dns.type == "MX" %}
Priority: {{ dns.prio }} Destination: {{ dns.content }} {% else %} {{ dns.content }} {% endif %} |
Edit |
| No record found. | ||||