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

{% translate 'Add finding type' %}:

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