{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{% block admin_voucherserie_relations %} {% if oxid != "-1" %}{% block admin_voucherserie_groups_form %} {% endblock %} | {% block admin_voucherserie_categories_form %} {% endblock %} | {% block admin_voucherserie_articles_form %} {% endblock %} |