{% 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 %} {% if actions is not null %} {% for action in actions %} {% endfor %} {% else %}Aucune action.
{% endif %} {% endblock %}