{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags %} {% block titletag %}{{ page_title }} {{ page_subtitle }}{% endblock %} {% block content %} {% block header %} {% include "wagtailadmin/shared/header.html" with title=page_title subtitle=page_subtitle icon=header_icon only %} {% endblock %}
{% if fields %}
{% for label, value in fields %}
{{ label }}
{{ value }}
{% endfor %}
{% endif %} {% if index_url %}
{% icon name="arrow-left" class_name="default" %} Retourner à la liste {% endif %}
{% if can_edit and edit_url %} {% endif %} {% endblock %}