{% load i18n thumbnail %}

{{ album_object.name }}

{% if album_object.description %}

{{ album_object.description }}

{% endif %}
{% for ressource in ressource_list %} {% spaceless %}
{% if ressource.file_url %} {% if ressource.get_file_kind == 'binary' %} {% else %} {% endif %} {% else %} {% endif %} {% if ressource.image %} {% version ressource.image 'thumbnail' as image_thumb %} {% endif %}

{{ ressource.name }}

{% if ressource.description %}

{{ ressource.description }}

{% endif %}
{% endspaceless %} {% endfor %}