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

{{profile_user.username}}: Toutes les contributions Retour au profil


{% if not user_contributed_annotations %}

Aucune annotation à afficher

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