{% extends "html/notebook/base_aux.html" %} {% block page_id %}after-publish-page{% endblock %} {% set checked = 'checked="true"' if worksheet.is_auto_publish() else '' %} {% block sharebar_title %}

{{ gettext('Worksheet is publicly viewable at %(u)s', u=url) | safe }}

{{ gettext('Published on %(t)s', t=time) }}

{% endblock %} {% set select = "publish" %} {% set backwards = true %}