{% if app.session.get('_application') == 0 %} {% set extendedTemplate = '@AdminLTE/layout/mesodd-layout.html.twig' %} {% endif %} {% if app.session.get('_application') == 1 %} {% set extendedTemplate = '@AdminLTE/layout/suiodd-layout.html.twig' %} {% endif %} {% if app.session.get('_application') == 2 %} {% set extendedTemplate = '@AdminLTE/layout/cfgodd-layout.html.twig' %} {% endif %} {% extends extendedTemplate %} {% block page_title %}{% trans %}nature.title{% endtrans %}{% endblock %} {% block page_content %} {% if is_granted('ROLE_ADMIN') %}
{% endif %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %}| {% trans %}basics.name{% endtrans %} | {% trans %}basics.rate{% endtrans %} | {% if is_granted('ROLE_ADMIN') %}{% endif %} {% for nature in natures %} |
|---|---|---|
| {{ nature.name }} | {{ nature.rate }} | {% if is_granted('ROLE_ADMIN') %}{% endif %} |