{% extends 'admin/admin_base.html.twig' %} {% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set page_title = "Bereich" %} {% block title %}{{ page_title }}{% endblock %} {% block stylesheets %} {% endblock %} {% block breadcrumb %} {# {% set fields = [ { 'name': page_title }] %} {% include 'admin/Common/_breadcrumb.html.twig' %}#} {% endblock %} {% block page_buttons %} {{ button.button_new({ 'text':'Bereich Hinzufügen', 'href':'javascript:', 'class':'my-1 mb-3', 'attr':'data-ajax-modal data-href='~path('admin_bereich_new')~'' }) }} {% endblock %} {% block body %}
{% for item in product %} {% endfor %}
Name Lekiton Situation Verfahren
{{ item.name }} {{ item.lektion.name|default }} {% if item.isEnabled == 1 %} Aktiv {% else %} Passiv {% endif %}
{% endblock %} {% block head_javascripts %} {% include 'admin/Common/_datatable_all_js.html.twig' %} {% endblock %}