{% block body %}

Settings index

{% if app.user.id == 2 %}
Créer
{% endif %}
{% if app.user.id == 2 %} {% set settings = settings | reverse %} {% endif %} {% for setting in settings %} {% if setting.editable or app.user.id == 2 %} {% if app.user.id == 2 %} {% else %} {% endif %} {% endif %} {% else %} {% endfor %}
Id Name Value actions
{{ setting.id }}{{ setting.id }}{{ setting.name }} {{ setting.value }}
no records found
{% endblock %}