{% extends "base-apply.html" %} {% load i18n %} {% block title %}{% blocktrans with title=submission.title %}Revisions for {{ title }}{% endblocktrans %}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "Revisions" %}{% endslot %} {% slot sub_heading %}{% trans "For" %} {{ submission.title }}{% endslot %} {% endadminbar %}
{% endblock %}