{% load i18n %} {% load static %}
{% if k != 0 %}

@ {{ k }} ({% trans "Déconnexion" %})

{% else %}

{% trans "M'authentifier" %}

{% endif %}

{% trans "Administration de vos alertes" %} ({% trans "Projet" %} : {{ project }})

{% if messages %} {% endif %}

{% trans "Alertes activĂ©es au niveau du projet" %} : {% if al == 1 %} {% for almt in current_alerts %} {{ almt }}       {% endfor %}{% else %} {% trans "aucune" %} {% endif %}

{% if al == 1 %}

{% csrf_token %} {{ projosetform }}

{% else %} {% endif %}