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

{% if profile_user == request.user %}Mes dernières annotations{% else %}Dernières annotations de {{profile_user.username}}{% endif %}

{% if not user_annotations %}
Aucune annotation à afficher
{% else %} Voir toutes les annotations {% endif %}
{% endblock %} {% block footer_js %} {% endblock %}