{% extends '@Core/admin/layout.html.twig' %} {% block title %}{{ 'Settings'|trans }} - {{ parent() }}{% endblock %} {% block body %}

{{ 'Settings'|trans }}

{{ knp_pagination_render(pager) }}
{% for item in pager %} {% set edit = path('admin_setting_edit', {entity: item.id}) %} {% else %} {% endfor %}
{{ 'Label'|trans }} {{ 'Section'|trans }} {{ 'Actions'|trans }}
{{ item.label|trans }} {{ item.section|trans }}
{{ 'No result'|trans }}
{% endblock %}