{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}
{% for collection in collections_primary %} {% if not forloop.counter|divisibleby:2 %}
{% endif %}
{% thumbnail collection.image "450x350" crop="center" as im %}
{% endthumbnail %}
{% if forloop.counter|divisibleby:2 %}
{% elif forloop.last %}
{% endif %} {% endfor %}
{% for collection in collections_secondary %}
{% thumbnail collection.image "350x350" crop=False as im %} {% endthumbnail %}
  • Retour page principale

Fonds Iconolab {{ 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 du projet Iconolab

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