{% extends 'layout.html.twig' %} {% set breadcrumb = buildBreadcrumb([{'route': 'app_collection_index', 'trans': 'menu.collections'}], collection, 'breadcrumb.history_collection') %} {% block title %} {{ renderTitle(breadcrumb) }} {% endblock %} {% block breadcrumb %} {{ renderBreadcrumb(breadcrumb) }} {% endblock %} {% block content %}
{% if collection.image != null %} {% else %} {% endif %}

{{ collection.title }}

{{ include('App/History/_logs_table.html.twig', {'logs': logs}) }}
{% endblock %}