{% extends 'base.html.twig' %} {% block title %}Paramètre{% endblock %} {#{% form_theme form 'bootstrap_4_horizontal_layout.html.twig' %}#} {% block title_page %}Liste des paramètres{% endblock %} {% block container_start %}
{#

Nombre de Résultat(s) : {{ nbFind }}

#} {% if is_granted("ROLE_CREATE_SETTING") %} {% endif %}
{% set i = 1 %} {% for setting in settings %} {% set i = i + 1 %} {% else %} {% endfor %}
Id company Produit Name Value actions
{{ setting.id }} {{ setting.company }} {{ setting.product }} {{ setting.name }} {{ setting.value }} {% if is_granted("ROLE_VIEW_SETTING") %} {% endif %} {% if is_granted("ROLE_EDIT_SETTING") %} {% endif %}
no records found
{% endblock %}