{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}

Projet Iconolab

{% for collection in collections.all %}
{% thumbnail collection.image "350x350" crop=False as im %} {% endthumbnail %}

Fonds Iconolab {{ collection.verbose_name }}

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

{% endif %}

{{collection.complete_description | safe}} Voir moins

Contribuer
{% endfor %}

Les fonds d'images du projet Iconolab

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