{% extends 'generic/_base.html' %} {% block title %} Configure DNS views for {{ object|meta:"verbose_name" }} {{ object }} {% if object.vrf %}[{{ object.vrf }}]{% endif %} {% endblock title %} {% block content %}
{% csrf_token %}
{% if inherited_from %}
{% for view in inherited_views %} {% endfor %}
Views inherited from prefix {{ inherited_from }} {% if inherited_from.vrf %}[{{ inherited_from.vrf }}] {% endif %}
{{ view|linkify }}{{ view.description }}
{% endif %} {% block form %} {% include 'htmx/form.html' %} {% endblock form %}
{% block buttons %} Cancel {% endblock buttons %}
{% endblock content %} {% block modals %} {% include 'inc/htmx_modal.html' with size='lg' %} {% endblock %}