<%! import json %> <%! from django.utils.translation import ugettext as _ %>
## This form will be hidden. ## If open_in_a_new_page is false then, once available on the client, the ## LTI module JavaScript will trigger a "submit" on the form, and the ## result will be rendered to the below iFrame. ## If open_in_a_new_page is true, then link will be shown, and by clicking ## on it, LTI will pop up in new window.
% for param_name, param_value in input_fields.items(): %endfor
% if launch_url and launch_url != 'http://www.example.com': % if open_in_a_new_page: % else: ## The result of the form submit will be rendered here. % endif % else:

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

%endif