{% extends 'iconolab/user_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% load notifications_tags %} {% block user_content %}
{% if not user_annotations %}

Aucune annotation à afficher

{% else %} {% if user_annotations.has_previous or user_annotations.has_next %} {% endif %} {% endif %}
{% endblock %}