{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}
{% for collection in collections_primary %}
{% thumbnail collection.image "450x250" crop="center" as im %}

{{collection.verbose_name}}

Contribuer

{{collection.description|safe}}

{% endthumbnail %}
{% endfor %}
{% for collection in collections_secondary %}
{% thumbnail collection.image "350x350" crop=False as im %} {% endthumbnail %}
  • Retour page principale

Fonds {{ collection.verbose_name }}

{{collection.description | safe}} {% if collection.complete_description %} Voir plus

{% endif %}

{{collection.complete_description | safe}} Voir moins

Contribuer
{% endfor %} {% if collections_secondary %}

Les autres fonds d'images

{% endif %}
{% endblock %} {% block footer_js %} {% endblock %}