{% load i18n %} {% load url from future %}
{% if is_popup %} {% trans 'Cancel' %} {% else %} {% trans 'Cancel' %} {% endif%} {##}
{% if change and not is_popup %}
{% block object-tools-items %} {% trans "History" %} {% if has_absolute_url %} {% trans "View on site" %} {% endif%} {% endblock %}
{% endif%}