{% extends "../base.html" %} {% load i18n %} {% load juntagrico.config %} {% block page_title %} {% vocabulary "subscription_pl" as v_subscription_pl %}

{% blocktrans %}Inkonsistente {{ v_subscription_pl }}{% endblocktrans %}

{% endblock %} {% block list %} {% for element in object_list %} {% endfor %}
{% vocabulary "subscription" %} {% trans "Fehler" %}
{% include './snippets/display_linked.html' with subscription=element.subscription %} {{ element.error }}
{% endblock %} {% block datatable_constructor %} {{ block.super }} delete config.layout delete config.select {% endblock %}