{% extends "base.html" %} {% load event_tags %} {% block content %}

Close a Finding

{{ finding.title }}

Please provide a reason why this finding is being closed.

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