{{ stylesheet }} {{ javascript }}

{{ title }}

{{ description }}

{%- if sagenb_version %} {% endif %} {%- if sage_version %} {% endif %} {%- if environment %} {% endif %}
{{ gettext('Sage Notebook version') }} {{ sagenb_version }}
{{ gettext('Sage version') }} {{ sage_version }}
{{ gettext('Environment') }} {{ environment }}
{{ gettext('Start') }} {{ start_time }}
{{ gettext('Stop') }} {{ stop_time }}
{{ gettext('Elapsed') }} {{ elapsed_time }}
{{ gettext('Status') }} {{ gettext('Pass') }} {{ pass_total }}  {{ gettext('Fail') }} {{ fail_total }}  {{ gettext('Error') }} {{ error_total }}  {{ gettext('Total') }} {{ count_total }}
Output / Tracebacks:  
{{ gettext('Hide') }}
 
{{ gettext('Show') }}
 
{{ gettext('Toggle') }}
{{ test_cases_and_tests }}
{{ gettext('Cases / Tests') }} {{ gettext('Pass') }} {{ gettext('Fail') }} {{ gettext('Error') }} {{ gettext('Count') }} H S T
{{ gettext('Totals') }} {{ pass_total }} {{ fail_total }} {{ error_total }} {{ count_total }} H S T
{%- if ending %}
{{ ending }}
{%- endif %}