{% if component %}
{% include "snippets/component-breadcrumb.html" with object=component %}
{% if translation %}
{% include "snippets/translation-breadcrumb.html" with object=translation %}
{% endif %}
{% endif %}
{% elif changes_user %}
{% endif %}
{% include "paginator.html" %}
{% include "last-changes-content.html" with last_changes=object_list %}
{% include "paginator.html" %}
{% endblock %}