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

{{profile_user.username}}: Annotations commentées Retour au profil


{% if not user_commented_annotations %}

Aucune annotation à afficher

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