{% if type == "metro" %} {% elif type == "totem" %} {% elif type == "vertical" %} {% endif %} {% for affiche in affiches %} {% if type=='metro'%} {% set orientation = affiche.orientation.metro %} {% elif type=='totem'%} {% set orientation = affiche.orientation.totem %} {% elif type=='vertical'%} {% set orientation = affiche.orientation.vertical %} {% endif %} {% if type=='metro'%} {% set degrade = affiche.degrade.metro %} {% elif type=='totem'%} {% set degrade = affiche.degrade.totem %} {% elif type=='vertical'%} {% set degrade = affiche.degrade.vertical %} {% endif %} {% if (affiche.theme_footer == 'inverse') or (affiche.theme_footer == 'black') or (type=="metro")%} {% set logos_color = 'white' %} {% else %} {% set logos_color = 'black' %} {% endif %}
{% include 'assets/shapes/' + affiche.shape %} {% if orientation=="left" or orientation=="right"%}

{{affiche.accroche}}

{% endif %}
{% if orientation=="up" or orientation=="down" %}

{{affiche.accroche}}

{% endif %}

{{affiche.titre}}

{% if affiche.post_titre %}

{{affiche.post_titre}}

{% endif %} {% if affiche.spectacles %}

{% for spectacle in affiche.spectacles %} {{spectacle}} {% endfor %}

{% endif %}

{{affiche.auteurice}}
{{affiche.type}}

{% if affiche.post_auteurice %}

{{affiche.post_auteurice}}

{% endif %}
{% if "heure" in affiche %}

à {{affiche.heure}}

{% endif %}

{% for credit in affiche.credits %} {% if credit is mapping %} {% for key, value in credit.items() %}
{{key}}
{{value}}
{% endfor %} {% else %}

{{credit}}

{% endif %} {% endfor %} {% if (type == "metro")%}
Éditeur responsable : Mathias Varenne, avenue Félix Marchal, 1 - 1030 Bruxelles • Photographie : {{affiche.credit_photo}} - Design : osp.kitchen avec Nina Cosco
{% endif %}

{% include 'assets/shapes/gradient.svg' %}
{% endfor %}