{% extends 'partials/base.html.twig' %} {% block content %} {% include 'partials/head.html.twig' %}
{{ page.content }}
{% if page.slug == "mediatheque" %}

{% if lang == "fr" %} Film {% else %} Film {% endif %}
{% if lang == "fr" %} Ouvrage {% else %} Ouvrage {% endif %}
{% endif %} {% for post in page.children %} {% set source = post.header.media_thumbnail %} {% if source != null%} {% set info = "url('"~post.url~"/"~source~"')" %} {% else %} {% set info = null %} {% endif %} {% set c = "" %} {% if post.header.type %} {% set c = post.header.type|join(" ") %} {% endif %} {% if top_page.title != post.title %} {% endif %} {% endfor %}
{% if page.slug == "mediatheque" %}

Je participe

{{header.textform}}
{% include "forms/form.html.twig" %}
{% endif %}
{% endblock %}