{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load juntagrico.config %} {% block page_title %}

{% blocktrans with v_depot=vocabulary.depot %}{{ v_depot }}-Listen{% endblocktrans %}

{% endblock %} {% block content %} {% if depot_lists %}
{% endif %} {% if form %}

{% trans "Manuelle Listenerzeugung" %}

{% crispy form %}
{% endif %} {% endblock %}