{% extends "base/base.html" %} {% block title %}

Notifications

{% endblock %} {% block content %}
{% if notifications %} {% for n in notifications %} {% endfor %}
Date Notification Tout supprimer
{{ n.date.strftime('Le %Y-%m-%d à %H:%M') }} {% if n.href %}{% endif %} {{ n.text }} {% if n.href %}{% endif %} Supprimer
{% else %} Aucune notification. {% endif %}
{% endblock %}