{% extends "html/notebook/base_aux.html" %} {% set select = "revisions" %} {% block sharebar_title %} {{ gettext('Revision from %(ta)s ago', ta=time_ago) }} {{ gettext('Revision List') }} {% endblock %} {% block page_id %}specific-revision-page{% endblock %} {% macro actions() %} {% if prev_rev %} {{ gettext('Older') }} {% else %} {{ gettext('Oldest') }} {% endif %} {% if next_rev %} {{ gettext('Newer') }} {% else %} {{ gettext('Newest') }} {% endif %} {{ gettext('Revert to this one') }} {{ gettext('(note that images are not recorded)') }} {{ gettext('Publish this one') }} {% endmacro %} {% block after_sharebar %} {{ actions() }}