{% extends "html/notebook/base_aux.html" %} {% block sharebar_title %} {{ gettext('View plain text') }} {% endblock %} {% set select = "text" %} {% block after_sharebar %}
{{ worksheet.plain_text(prompts=true, banner=false)|trim }}
{% endblock %}