{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% if page.intro %}
{{ page.intro|richtext }}
{% endif %} {% if attempt %}
Status: {{ attempt.completion_status }} {% if attempt.success_status != "unknown" %} · {{ attempt.success_status }} {% endif %}
{% endif %} {% if page.scorm_package %}

Package: {{ page.scorm_package.title }}

{% if page.scorm_package.description %}

{{ page.scorm_package.description }}

{% endif %} Launch SCORM Content
{% else %}
No SCORM content has been assigned to this lesson yet.
{% endif %}
{% endblock %}