{% extends 'ipam/ipaddress.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load static %} {% block content %} {% if no_records %}
No DNS Records found.
{% endif %} {% if addressrecords_table %}
{% csrf_token %}
Address Records
{% render_table addressrecords_table 'inc/table.html' %}
{% endif %} {% if ptrrecords_table %}
{% csrf_token %}
PTR Records
{% render_table ptrrecords_table 'inc/table.html' %}
{% endif %} {% endblock %}