{% load i18n %}
{% if cmi5_xblock.has_score %}

({{ cmi5_xblock.lesson_score}}/{{ cmi5_xblock.weight | floatformat:1 }} {% trans "points" %})

{% endif %} {% if index_page_url %}
    {% for au_url in au_urls %}
  1. {{au_url.title}}
  2. {% endfor %}
{% if cmi5_xblock.au_has_any_window %}
{% endif %} {% elif message %}

{{ message }}

{% endif %}