## Translators: "External resource" means that this learning module is hosted on a platform external to the edX LMS
${display_name} (External resource)
% if description:
${description}
% endif
% if launch_url and not hide_launch and not missing_credentials:
% if launch_target in ['modal', 'new_window']:
% 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/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/lti_iframe.html" args="initial_launch_url=form_url"/>
% endif
% elif missing_credentials:
Please configure zoom LTI credentials for this course.