{% extends "appli_recherche/base.html" %} {% load i18n %} {% load fiber_tags %} {% load crispy_forms_tags %} {% block body %}

{% trans "Mes alertes" %}

{% show_page_content "main" %} {% if user.recherches_sauvegardees.count < max_alertes %} {% crispy form %} {% else %}

{% blocktrans with max_alertes=max_alertes %} Vous n'avez le droit qu'à {{ max_alertes }}alertes, pour en créer une nouvelle veuillez en supprimer une d'abord. {% endblocktrans %}

{% endif %} {% endblock %}