GRWEB
{% if user.is_authenticated %} {% if current_org %}{{ current_org.name }}{% endif %} {% endif %}
{% if user.is_authenticated %}
Déconnexion
{% endif %}
{% for message in messages %}
{% if message.tags %}{% endif %}{{ message }}
{% endfor %} {% block content %}{% endblock %}