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

% if has_score and weight:
% if module_score is not None: (${"{points} / {total_points} points".format(points=module_score, total_points=weight)}) % else: (${"{total_points} points possible".format(total_points=weight)}) % endif
% endif
% if (launch_url or lti_1p3_launch_url) and not hide_launch: % if launch_target in ['modal', 'new_window']: % endif % if launch_target == 'modal': % endif % if launch_target == 'iframe':
## The result of the LTI launch form submit will be rendered here. <%include file="templates/html/lti_iframe.html" args="initial_launch_url=form_url"/>
% endif % elif not hide_launch:

Please provide launch_url. Click "Edit", and fill in the required fields.

% endif % if has_score and comment:

Feedback on your work from the grader:

## sanitized with bleach in view ${comment}
% endif