{% 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 %}
{% for translation in translations reversed %}
{{ translation.version }}
{% 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 %}