{% extends "porticus/base.html" %} {% load i18n thumbnail 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 %} {% ifequal ressource.file_type 0 %} {% else %} {% endifequal %} {% else %} {% endif %} {% if ressource.image %} {% thumbnail ressource.image "105x105" as im %}{% endthumbnail %} {% endif %}

{{ ressource.name }}

{% if ressource.description %}

{{ ressource.description }}

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