{% load static %}

Inscriptions

{% if not json.aes_id %}

Vous n'êtes pas encore enregistré. Merci de compléter votre inscription.

M’inscrire
{% else %}
{% regroup formulaires|dictsort:"keywords" by keywords.0 as forms_groups %} {% for forms_group in forms_groups %} {% with slug=forms_group.grouper|slugify %} {% if slug|slice:":6" == 'plaine' or slug|slice:":5" == 'repas' %}

{{ forms_group.grouper }}

{% else %}

{{ forms_group.grouper }}

{% endif %} {% endwith %} {% endfor %}
{% endif %}