{% load i18n %}

{# Translators: "External resource" means that this learning module is hosted on a platform external to the edX LMS #} {{display_name}} ({% trans 'External resource' %})

{% if has_score and weight %}
{% if module_score is not None %} {# Translators: "points" is the student's achieved score on this LTI unit, and "total_points" is the maximum number of points achievable. #} {% trans "points" as points_trans %} {% trans "{points} / {total_points} points" as score_trans %} ({{ module_score }} / {{ weight }} {{ points_trans }}) {% else %} {# Translators: "total_points" is the maximum number of points achievable on this LTI unit #} {% trans "total_points" as total_points_trans %} ({{ weight }} {{ total_points_trans }} possible) {% endif %}
{% endif %}
{% if launch_url and launch_url != 'http://www.example.com' and not hide_launch %} {% if open_in_a_new_page %} {% else %} {# The result of the form submit will be rendered here. #} {% endif %} {% elif not hide_launch %}

{{ _('Please provide launch_url. Click "Edit", and fill in the required fields.') }}

{% endif %} {% if has_score and comment %} {% endif %}