{% extends 'base.html.twig' %} {% block nav_title %}  Platform - LtiSubmissionReviewRequest launch{% endblock %} {% block body %}
{{ form_start(form) }} {{ form_errors(form) }}
{{ form_row(form.registration) }}
{{ form_row(form.user_type) }}
{{ form_row(form.user_list) }}
{{ form_row(form.custom_user_id) }}
{{ form_row(form.custom_user_name) }}
{{ form_row(form.custom_user_email) }}
{{ form_row(form.custom_user_locale) }}
{{ form_row(form.ags_line_item_url) }}
{{ form_row(form.ags_scopes) }}
{{ form_row(form.for_user_type) }}
{{ form_row(form.for_user_id) }}
{{ form_row(form.for_user_name) }}
{{ form_row(form.for_user_email) }}
{{ form_row(form.for_user_role) }}
{{ form_label(form.submission_review_url) }}
{{ form_widget(form.submission_review_url) }}
{{ form_help(form.submission_review_url) }} {{ form_errors(form.submission_review_url) }}
{{ form_label(form.claims) }}
{{ form_widget(form.claims) }}
Invalid claims, please provide a valid JSON representation
{{ form_help(form.claims) }} {{ form_errors(form.claims) }}
{{ form_end(form) }}
{% include 'launch/modal/generatorShareModal.html.twig' with {'url': formShareUrl} %} {% if submissionReviewLaunchRequest %}
 LtiStartsubmission_review launch
Issuer
{{ submissionReviewLaunchRequest.parameters.get('iss') }}
Login hint
Url
{{ submissionReviewLaunchRequest.url }}
Target link uri
{{ submissionReviewLaunchRequest.parameters.get('target_link_uri') }}
Client id
{{ submissionReviewLaunchRequest.parameters.get('client_id') }}
Deployment id
{{ submissionReviewLaunchRequest.parameters.get('lti_deployment_id') }}
LTI message hint
{% endif %} {% endblock body %}