{% extends "layout.html" %} {% block full_width_content %}
{% if initial_adventure.submitted %}

{{_('submitted_header')}}

{{_('submission_time')}}: {{program_timestamp}}

{% if is_teacher %}
{% endif %} {% endif %}

{{initial_adventure.name}}

{{_('level_title')}} {{level}}

{{_('by')}} {{ initial_adventure.username }}
{% include "incl/editor-and-output.html" %}
{% endblock %}