{% extends "base.html" %} {% block title %}Prévisualisation {{ template.path }} — Administration{% endblock %} {% block content %}

Prévisualisation du template

{{ template.path }}
Retour à l’audit
{% if render_error %}
Rendu incomplet

Ce template attend probablement un contexte métier (objet, identifiant ou endpoint). Le fichier reste consultable ci-dessous.

{{ render_error }}
{% endif %}
Rendu visuel sandboxé
{% if rendered is not none %} {% else %}
Aucun rendu exploitable sans contexte métier.
{% endif %}
Source
{{ source }}
{% endblock %}