{% extends "porticus/base.html" %} {% load i18n fb_versions tagging_tags %} {% block head_title %}{{ album_object.name }} - {{ block.super }}{% endblock %} {% block porticus_content %}

{{ album_object.name }}

{% if album_object.description %}

{{ album_object.description }}

{% endif %} {% if ressources_tags %}

{% for tag in ressources_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 ressource.image 'thumbnail' as image_thumb %} {% endif %}

{{ ressource.name }}

{% if ressource.description %}

{{ ressource.description }}

{% endif %}
{% endspaceless %} {% endfor %}
{% if is_paginated %}{% endif %}
{% endblock%}