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

Close a Finding

{{ finding.title }}

{% if note_types|length == 0 %}

Please provide a reason why this finding is being closed.

{% elif note_types|length > 0 %}

Please add atleast one note from the following note type(s):

{% for note_type in note_types %} {{ note_type.name}}
{% endfor %} {% endif %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% if note_types|length == 0 %} {% elif note_types|length > 0 %} {% endif %}
{% endblock %}