{% extends "NKCoreBundle/layout.html.twig" %} {% block body %}

Action list

{% if index is not null %} {% set index_proxy = index.id %} {% else %} {% set index_proxy = index %} {% endif %}

new

{% if actions is not null %} {% for action in actions %}

{{ action.name }} edit delete

{% endfor %} {% else %}

Aucune action.

{% endif %} {% endblock %}