{% macro format_diapo(record) %} {% import 'common/thumbnail.html.twig' as thumbnail %}
{{thumbnail.format(record.get_thumbnail(), 100, 100, '', true, false)}}
{% endmacro %}
{% for record in publishing %}
{{ _self.format_diapo(record) }}
{% endfor %}
{% set title = '' %} {% set desc = '' %} {% if publishing.basket() is not null %} {% set title = publishing.basket().getName() %} {% set desc = publishing.basket().getDescription() %} {% endif %}

{% trans 'Fils disponibles' %}

{% for feed in feeds.get_feeds() %} {% if feed.is_publisher(user) %}
{{ feed.get_title() }} {% if feed.is_public() %} {% endif %}
{% endif %} {% endfor %}