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

Review Finding from Jira

{{ finding.title }}

Please provide a description on why the finding should be closed or marked as not fixed.

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