{% extends "porticus/base.html" %} {% load i18n thumbnail %} {% load 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 %} {% tag_cloud_for_model porticus.Ressource as tags with steps=6 min_count=1 distribution=log %} {% if tags %}
{% for tag in 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%}