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

Recherche

{{ form.as_p }}

{{ page_obj.paginator.count }} image(s)

{% for result in page_obj.object_list %} {% thumbnail result.object.media "400x400" crop=False as im %}
{% endthumbnail %}

{{ result.object.title }} collection {{result.object.collection}}

{% empty %}

Aucune image n'a été trouvée.

{% endfor %} {% if page_obj.has_previous or page_obj.has_next %}
{% if page_obj.has_previous %}{% endif %}« Previous{% if page_obj.has_previous %}{% endif %} | {% if page_obj.has_next %}{% endif %}Next »{% if page_obj.has_next %}{% endif %}
{% endif %}
{% endblock %}