## 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']:
% if description:
${description}
% endif
% if launch_target == 'modal':
% else:
% endif
% endif
% if launch_target == 'modal':
## The result of the LTI launch form submit will be rendered here.
## initial_launch_url is set to an empty string here because
## in "modal" launch mode, we use javascript to set the src
## attribute of the iframe when the modal window is opened.
<%include file="templates/html/lti_iframe.html" args="initial_launch_url=''"/>
% 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.