{% load i18n fb_versions tagging_tags %}

{{ album_instance.name }}

{% if album_instance.description %}

{{ album_instance.description }}

{% endif %} {% if cloud_tags %}

{% for tag in cloud_tags %} {{ tag.name }} {% endfor %}

{% 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_object ressource.image 'thumbnail' as image_thumb %} {% endif %}

{{ ressource.name }}

{% if ressource.description %}

{{ ressource.description }}

{% endif %}
{% endspaceless %} {% endfor %}
{% if pagination %}{% endif %}