{% extends "html/base.html" %} {% block title %}{{ gettext('Sage: History for %(u)s', u=username) }}{% endblock %} {% block javascript %} {% endblock %} {% block page_id %}history-page{% endblock %} {% block body %}
{{ text }}
{{ gettext('Create a new Sage worksheet version of the last 100 commands in the above log.') }} {% endblock %}