{% extends "base.html" %} {% load navigation_tags %} {% load display_tags %} {% load static %} {% block content %} {% comment %} include inherits the current context so findings, filtered and other variables {% endcomment %} {% include "dojo/findings_list_snippet.html" %}

Edit {{ filter_name }}

{% csrf_token %} {% include "dojo/form_fields.html" with form=edit_finding_group_form %}
{% endblock %}