{# templates/artisan/configuration/ar_villes_intervention.html.twig #} {% extends 'artisan/artisan.html.twig' %} {% block title %}Villes d'intervention - {{ parent() }}{% endblock %} {% block body %} {{ render(controller( 'App\\Controller\\Artisan\\ArLayoutController::filAriane', {'rubriques_id':rubriques_id, 'action':filariane_action} )) }}
# | Code postal | Ville | Actions | |
---|---|---|---|---|
{{ (((page -1) * nb_per_page) + key + 1) }} | {{ row.cp }} | {{ row.ville }} | {# % if row.published == 1 %} {% else %} {% endif % #} |