{% if new_path is defined%}
Nouveau
{% endif %}
{% if other_path is defined %}
Etat
{% endif %}
{% for h in head %}
{{ h }}
{% endfor %}
ACTIONS
{% for el in vue %}
{{ block('content') }}
{% if show_path is defined %}
Details
{% endif %}
{% if edit_path is defined %}
Editer
{% endif %}
{% if block('action') is defined %}
{{ block('action') }}
{% endif %}