{% extends "gestion/clubs/gest_base.html" %} {% load bootstrap4 %} {% block gest_content %} {% if club.blog_act %} {% if previs %}

Prévisualisation

{{ previs }} {% endif %}
{% if article %} Editer l’article {{ article.titre }} {% else %} Nouvel article {% endif %} {% bootstrap_form form %} {% if perm_gerer_accueil %}
{% else %}{% if not st_aff_accueil %}
{% endif %}{% endif %} {% if article %} {% endif %}
{{ form.attachments_fieldset }}
{% if not article and articles %}

Derniers articles postés

{% endif %} {% else %}

Le blog de ce club n’est pas activé.

{% endif %} {% endblock %}