{% extends "base.html" %} {% load event_tags %} {% load static %} {% block add_styles %} {{ block.super }} .chosen-container { width: 70% !important; } {% endblock %} {% block content %} {{ block.super }}

Clear Finding Review

{{ finding.title }}

Set the appropriate status for this finding. Please add notes to help document.

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