{% for ressource in ressources %}

{{ ressource.name }}

{% if ressource.description %}

{{ ressource.description|safe|linebreaksbr }}

{% endif %} {% if ressource.media_url %}

{% if ressource.button_label %} {{ ressource.button_label }} {% else %} See on website {% endif %}

{% endif %}
{% if ressource.author %}

{{ ressource.author }}

{% endif %}

{{ ressource.ressource_date }}

{% if not forloop.last %}
{% endif %} {% endfor %}