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

Mes notifications {% if unread_count %} Tout marquer comme lu {% endif %}


{% if notifications %} {% if notifications.has_previous or notifications.has_next %} {% endif %} {% endif %} {% endblock %}