{% for projet in creatifs %}
  • {% if projet.cover and projet.cover2 is empty and projet.embed is empty and projet.link is empty%}
    {% endif %} {% if projet.link %}
    {% endif %} {% if projet.cover and projet.cover2 and projet.cover3 is empty and projet.cover4 is empty %}
    {% endif %} {% if projet.cover2 and projet.cover3 and projet.cover4 is empty %}
    {% endif %} {% if projet.cover4 and projet.cover3 %}
    {% endif %} {% if projet.embed %}
    {{ projet.embed|raw}}
    Play
    {% endif %} {% if projet.link %}
    {{ projet.titre|e }}
    {{ projet.titre2|e }}
    {% else %}
    {{ projet.titre|e }}
    {{ projet.titre2|e }}
    {% endif %}
  • {% endfor %}