{% extends "base.html" %} {% load navigation_tags %} {% load display_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}

{{ name }}

{% include "dojo/filter_snippet.html" with form=filtered.form %}
{% csrf_token %}
{% if html_log|length > 0 %} {% else %} No changes or broken endpoints detected. {% endif %}
{% endblock %}