{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %} {% for collection in collections.all %}
{% thumbnail collection.image "350x350" crop=False as im %} {% endthumbnail %}

Fonds Iconolab {{ collection.verbose_name }}

{{collection.description | safe}}

Contribuer au fonds {{collection.verbose_name}}
{% endfor %}

Les autres fonds dans Iconolab

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