{% for ressource_item in feed_ressources %}{% with ressource_item.get_unified_render as ressource %}
{% if ressource.url %}{% endif %}
{% if ressource.title %}

{{ ressource.title }}

{% endif %} {% if ressource.description %}

{{ ressource.description|safe|linebreaksbr }}

{% endif %} {% if ressource.button %}

{{ ressource.button.label }}>

{% endif %}
{% if ressource.has_subblock %}
{{ ressource.author }}
{{ ressource.date|date:"d N" }}
{% endif %}
{% if ressource.url %}{% endif %}
{% endwith %}{% endfor %}