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

Recherche

{{ form.as_p }}

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

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

{{ result.object.current_revision.title }}

Voir l'annotation
{% empty %}

Aucune annotation 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 %}