{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' %}

{% translate 'Add finding' %}:

{% csrf_token %} {% translate 'Finding' as fieldset_legend %} {% include 'partials/form/fieldset.html' with legend=fieldset_legend fields=form %}
{% endblock %}