{% if menu|length %}
{% if menu|length > 1 %} menu {% else %} {% for view in menu %} {% include 'crudlfap/_action.html' %} {% endfor %} {% endif %}
{% endif %}