{% block extra_css %}{% endblock %}
Forum Communautaire
Rechercher
{% if current_user.is_authenticated %}
{{ current_user.username }}
Profil
Modifier Profil
Mes Publications
{% if current_user.is_moderator() %}
Panneau d'Administration
{% endif %}
Déconnexion
{% else %}
Connexion
Inscription
{% endif %}
{% if current_user.is_authenticated %}
Profil
Modifier Profil
Mes Publications
{% if current_user.is_moderator() %}
Panneau d'Administration
{% endif %}
Déconnexion
{% else %}
Connexion
Inscription
{% endif %}
{% block breadcrumb %}
Accueil
{% endblock %}
Installer l'application
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}