{% extends "base.html.twig" %} {% block body %}

LAMPYRIS Productions

{% set nb = 12 %} {% if applications|length == 3 %} {% set nb=4 %} {% elseif applications|length == 2 %} {% set nb=6 %} {% endif %}
{% for application in applications %} {# {% if projet.videos | length > 0 %} #}
{% endfor %}
{% endblock %}