{% extends "html/base_authenticated.html" %} {% block title %}{{ gettext('Upload File') }}{% endblock %} {% block page_id %}upload-worksheet-page{% endblock %} {% block main %} {% if "url" in request.args: %}

{{ gettext('Upload worksheet to the Sage Notebook') }}

{% else: %}

{{ gettext('Upload worksheet to the Sage Notebook') }}

{{ gettext('Supported file formats:') }}

{% endif %} {% endblock %}