<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* tool/message/proctoringEnd.html.twig */
class __TwigTemplate_5b9eaa2d27b0a9f6f4bcde69124e300d4c63e181ffeb924e4cfea47ac6ef499b extends Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->blocks = [
            'nav_title' => [$this, 'block_nav_title'],
            'body' => [$this, 'block_body'],
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "base.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "tool/message/proctoringEnd.html.twig"));

        $this->parent = $this->loadTemplate("base.html.twig", "tool/message/proctoringEnd.html.twig", 1);
        $this->parent->display($context, array_merge($this->blocks, $blocks));
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

    }

    // line 3
    public function block_nav_title($context, array $blocks = [])
    {
        $macros = $this->macros;
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "nav_title"));

        echo "<i class=\"fas fa-file-signature\"></i>&nbsp;&nbsp;<span class=\"text-danger\">Tool</span> - LtiEndAssessment result";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

    }

    // line 5
    public function block_body($context, array $blocks = [])
    {
        $macros = $this->macros;
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));

        // line 6
        echo "    <div class=\"card bg-light\">
        <div class=\"card-header\">
            <ul class=\"nav nav-tabs nav-fill card-header-tabs\" id=\"pills-tab\" role=\"tablist\">
                <li class=\"nav-item\">
                    <a class=\"nav-link active\" id=\"pills-message-tab\" data-toggle=\"pill\" href=\"#pills-message\" role=\"tab\" aria-controls=\"pills-message\" aria-selected=\"true\">
                        <i class=\"fas fa-envelope-open\"></i>&nbsp;Message
                    </a>
                </li>
                <li class=\"nav-item\">
                    <a a class=\"nav-link\" id=\"pills-security-tab\" data-toggle=\"pill\" href=\"#pills-security\" role=\"tab\" aria-controls=\"pills-security\" aria-selected=\"false\">
                        <i class=\"fas fa-shield-alt\"></i>&nbsp;Security
                    </a>
                </li>
                <li class=\"nav-item\">
                    <a class=\"nav-link\" id=\"pills-registration-tab\" data-toggle=\"pill\" href=\"#pills-registration\" role=\"tab\" aria-controls=\"pills-registration\" aria-selected=\"false\">
                        <i class=\"fas fa-share-alt\"></i>&nbsp;Registration
                    </a>
                </li>
                <li class=\"nav-item\">
                    <a class=\"nav-link\" id=\"pills-claims-tab\" data-toggle=\"pill\" href=\"#pills-claims\" role=\"tab\" aria-controls=\"pills-claims\" aria-selected=\"false\">
                        <i class=\"fas fa-code\"></i>&nbsp;Claims
                    </a>
                </li>
            </ul>
        </div>
        <div class=\"card-body\">
            <div class=\"tab-content\" id=\"pills-tabContent\">
                <div class=\"tab-pane fade show active\" id=\"pills-message\" role=\"tabpanel\" aria-labelledby=\"pills-message-tab\">
                    ";
        // line 34
        $this->loadTemplate("launch/blocks/message.html.twig", "tool/message/proctoringEnd.html.twig", 34)->display(twig_array_merge($context, ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 34, $this->source); })())]));
        // line 35
        echo "                </div>
                <div class=\"tab-pane fade\" id=\"pills-security\" role=\"tabpanel\" aria-labelledby=\"pills-security-tab\">
                    ";
        // line 37
        $this->loadTemplate("launch/blocks/toolSecurity.html.twig", "tool/message/proctoringEnd.html.twig", 37)->display(twig_array_merge($context, ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 37, $this->source); })())]));
        // line 38
        echo "                </div>
                <div class=\"tab-pane fade\" id=\"pills-registration\" role=\"tabpanel\" aria-labelledby=\"pills-registration-tab\">
                    ";
        // line 40
        $this->loadTemplate("launch/blocks/registration.html.twig", "tool/message/proctoringEnd.html.twig", 40)->display(twig_array_merge($context, ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 40, $this->source); })())]));
        // line 41
        echo "                </div>
                <div class=\"tab-pane fade\" id=\"pills-claims\" role=\"tabpanel\" aria-labelledby=\"pills-claims-tab\">
                    ";
        // line 43
        $this->loadTemplate("launch/blocks/claims.html.twig", "tool/message/proctoringEnd.html.twig", 43)->display(twig_array_merge($context, ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 43, $this->source); })())]));
        // line 44
        echo "                </div>
            </div>
        </div>
        <div class=\"card-footer text-muted\">
            <small><code>LtiEndAssessment</code> launch result</small>
        </div>
    </div>
";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

    }

    public function getTemplateName()
    {
        return "tool/message/proctoringEnd.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  123 => 44,  121 => 43,  117 => 41,  115 => 40,  111 => 38,  109 => 37,  105 => 35,  103 => 34,  73 => 6,  66 => 5,  53 => 3,  36 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("{% extends 'base.html.twig' %}

{% block nav_title %}<i class=\"fas fa-file-signature\"></i>&nbsp;&nbsp;<span class=\"text-danger\">Tool</span> - LtiEndAssessment result{% endblock %}

{% block body %}
    <div class=\"card bg-light\">
        <div class=\"card-header\">
            <ul class=\"nav nav-tabs nav-fill card-header-tabs\" id=\"pills-tab\" role=\"tablist\">
                <li class=\"nav-item\">
                    <a class=\"nav-link active\" id=\"pills-message-tab\" data-toggle=\"pill\" href=\"#pills-message\" role=\"tab\" aria-controls=\"pills-message\" aria-selected=\"true\">
                        <i class=\"fas fa-envelope-open\"></i>&nbsp;Message
                    </a>
                </li>
                <li class=\"nav-item\">
                    <a a class=\"nav-link\" id=\"pills-security-tab\" data-toggle=\"pill\" href=\"#pills-security\" role=\"tab\" aria-controls=\"pills-security\" aria-selected=\"false\">
                        <i class=\"fas fa-shield-alt\"></i>&nbsp;Security
                    </a>
                </li>
                <li class=\"nav-item\">
                    <a class=\"nav-link\" id=\"pills-registration-tab\" data-toggle=\"pill\" href=\"#pills-registration\" role=\"tab\" aria-controls=\"pills-registration\" aria-selected=\"false\">
                        <i class=\"fas fa-share-alt\"></i>&nbsp;Registration
                    </a>
                </li>
                <li class=\"nav-item\">
                    <a class=\"nav-link\" id=\"pills-claims-tab\" data-toggle=\"pill\" href=\"#pills-claims\" role=\"tab\" aria-controls=\"pills-claims\" aria-selected=\"false\">
                        <i class=\"fas fa-code\"></i>&nbsp;Claims
                    </a>
                </li>
            </ul>
        </div>
        <div class=\"card-body\">
            <div class=\"tab-content\" id=\"pills-tabContent\">
                <div class=\"tab-pane fade show active\" id=\"pills-message\" role=\"tabpanel\" aria-labelledby=\"pills-message-tab\">
                    {% include 'launch/blocks/message.html.twig' with {'token': token} %}
                </div>
                <div class=\"tab-pane fade\" id=\"pills-security\" role=\"tabpanel\" aria-labelledby=\"pills-security-tab\">
                    {% include 'launch/blocks/toolSecurity.html.twig' with {'token': token} %}
                </div>
                <div class=\"tab-pane fade\" id=\"pills-registration\" role=\"tabpanel\" aria-labelledby=\"pills-registration-tab\">
                    {% include 'launch/blocks/registration.html.twig' with {'token': token} %}
                </div>
                <div class=\"tab-pane fade\" id=\"pills-claims\" role=\"tabpanel\" aria-labelledby=\"pills-claims-tab\">
                    {% include 'launch/blocks/claims.html.twig' with {'token': token} %}
                </div>
            </div>
        </div>
        <div class=\"card-footer text-muted\">
            <small><code>LtiEndAssessment</code> launch result</small>
        </div>
    </div>
{% endblock body %}
", "tool/message/proctoringEnd.html.twig", "C:\\wamp64\\www\\devkit-lti1p3-master-tool\\templates\\tool\\message\\proctoringEnd.html.twig");
    }
}
