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