{% extends "admin/change_form.html" %}
{% load i18n unfold %}
{% block submit_buttons_top %}
{% include "simple_history/submit_line.html" %}
{% endblock %}
{% block submit_buttons_bottom %}
{% include "simple_history/submit_line.html" %}
{% endblock %}
{% block form_top %}
{% capture as message silent %}
{% if not revert_disabled %}
{% blocktrans %}Press the 'Revert' button below to revert to this version of the object.{% endblocktrans %}
{% endif %}
{% if change_history %}
{% blocktrans %}Press the 'Change History' button below to edit the history.{% endblocktrans %}
{% endif %}
{% endcapture %}
{% include "unfold/helpers/messages/info.html" with message=message %}
{% endblock %}