{% extends "skeleton.html" %} {% block base_content %}

Ressources

{% for ob in object_list %}

{{ ob.name }}

{% if ob.description %}

{{ ob.description }}

{% endif %} {% if ob.media_url %}

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

{% endif %}
{% if ob.author %}

{{ ob.author }}

{% endif %}

{{ ob.ressource_date }}

{% endfor %}
{% endblock %}