{% extends 'common/list-base.html.twig' %} {% block metaTitle %}Etats{% endblock %} {% block body %} {% include 'embed/breadcrumb/breadcrumb.html.twig' with {'items': {'home': {'active': false, 'path': 'homepage', 'label': 'Kollect'}, 'states': {'active': true, 'path': '', 'label': 'Etats'} }} %}
Nom | Actions |
---|---|
{{ state.name }} | {% include 'embed/svg/edit.html.twig' %} {% include 'embed/svg/delete.html.twig' %} |