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

{% trans "Manuelle Listenerzeugung" %}

{% endblock %} {% block content %} {% vocabulary "member_pl" as v_member_pl %} {% vocabulary "share_pl" as v_share_pl %} {% vocabulary "assignment_pl" as v_assignment_pl %} {% if success %}
{% trans "Listen erstellt" %} {% if perms.juntagrico.can_view_lists %}
{% trans "Mengen Übersicht" %}
{% vocabulary "depot" %}-{% trans "Listen" %}
{% vocabulary "depot" %} {% trans "Übersicht" %} {% endif %}
{% endif %}
{% crispy form %}
{% endblock %}