{% extends 'base.html.twig' %} {% block nav_title %}  Tool - LtiEndAssessment result{% endblock %} {% block body %}
{% include 'launch/blocks/message.html.twig' with {'token': token} %}
{% include 'launch/blocks/toolSecurity.html.twig' with {'token': token} %}
{% include 'launch/blocks/registration.html.twig' with {'token': token} %}
{% include 'launch/blocks/claims.html.twig' with {'token': token} %}
{% endblock body %}