{% extends settings.LAYOUT.main_layout %} {% load i18n %} {% load templates %} {% block content %}

{{ object }}

{% include 'genviews/templates/form.html' %}

Historique des actions

{% include 'genviews/history_global.html' with object_list=history %} {% endblock %}