{% extends "main.html" %} {% load bootstrap4 %} {% block title %}Gestion des pages Web{% endblock %} {% block content %}
« Retour à la liste

Gestion des pages Web

{% if page %}Modification de « {{ page.titre }} »{% else %}Nouvelle page{% endif %} {% bootstrap_form form %}
{% if page %} {% endif %}
{{ form.attachments_fieldset }}
{% if previs %}

Prévisualisation


{{ previs|safe }} {% endif %}
{% endblock %}