{% extends "_base.html" %} {% load i18n %} {% block content %} {% load static %} {% load widget_tweaks %} {% load rules %}

{% with translations.first.title as content_title %} {% blocktrans %}"Versions of {{ content_title }}"{% endblocktrans %} {% endwith %}

{{ back_to_form_label }}
{% csrf_token %}
{% translate "Version" %}:
{% translate "Author" %}:
{% translate "Date" %}: {% if translations.first.hix_enabled and not translations.first.hix_ignore %}
{% translate "HIX" %}: {% endif %}
{% for translation in translations reversed %} {% endfor %}
{% translate "deleted account" as deleted_user_text %} {% for translation in translations %} {% endfor %}
{% if not object.archived %} {% if can_publish %} {% elif can_edit %} {% endif %} {% endif %}
{% endblock content %}