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