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

Mes notifications :

{% if notifications %} {% if notifications.has_previous or notifications.has_next %}
    {% if notifications.has_previous %}
  • {% endif %} {% for page in notifications.paginator.page_range %} {% endfor %} {% if notifications.has_next %}
  • {% endif %}
{% endif %} {% endif %}
{% endblock %}