{% extends 'admin/admin_base.html.twig' %} {% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set page_title = "Jahre" %} {% 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':'Jahr hinzufügen', 'href':'javascript:', 'class':'my-2', 'attr':'data-ajax-modal data-href='~path('admin_years_new',{'site':siteName[0].alias})~'' }) }} {% endblock %}#} {% block body %}
{% for k,year in years %} {% endfor %}
Jahr Lage Verfahren
{{ year.year }} {% if year.isEnabled == 1 %} Aktiv {% else %} Passiv {% endif %}
{% endblock %} {% block head_javascripts %} {% include 'admin/Common/_datatable_all_js.html.twig' %} {% endblock %}