{% extends 'base.html.twig' %} {% block title %}{{ document.getClassShort }}: {{ document.getTitle }} - {% trans %}title_history{% endtrans %}{% endblock %} {% block subtitle %}#{{ document.id }}: {{ document.getTitle }} - {% trans %}title_history{% endtrans %} {% endblock %} {% block body %}
{% include '_cells/historyDisplay.html.twig' with {'history': history, notype: true} %}
{% endblock %}