{% extends "base.html" %}Q {% load i18n %} {% block extra_head %} {{search_form.media}} {{ template_form.media }} {% endblock %} {% block content %}

{% trans "Document generation" %}

{% csrf_token %}
{{ search_form.as_table }}

{% trans "Choose the type of document" %}

{{ template_form }}
{% endblock %}