{% extends "chrono/manager_events_type_form.html" %} {% load i18n %} {% block appbar %}

{% trans 'Events type history' %} - {{ events_type }}

{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "History" %} {% endblock %} {% block content %} {% url 'chrono-manager-events-type-history-compare' pk=events_type.pk as compare_url %} {% include 'chrono/includes/snapshot_history_fragment.html' %} {% endblock %} {% block sidebar %} {% endblock %}