<?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;

/* platform/message/deepLinkingReturn.html.twig */
class __TwigTemplate_312844cc7685bc8aa6ceff905fa8b2a849d86ff51f6ab1ce452ae5f232e797dd 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", "platform/message/deepLinkingReturn.html.twig"));

        $this->parent = $this->loadTemplate("base.html.twig", "platform/message/deepLinkingReturn.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-link\"></i>&nbsp;&nbsp;<span class=\"text-danger\">Platform</span> - LtiDeepLinkingResponse 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-item-tab\" data-toggle=\"pill\" href=\"#pills-item\" role=\"tab\" aria-controls=\"pills-item\" aria-selected=\"true\">
                        <i class=\"fas fa-link\"></i>&nbsp;Content items
                    </a>
                </li>
                <li class=\"nav-item\">
                    <a class=\"nav-link\" id=\"pills-message-tab\" data-toggle=\"pill\" href=\"#pills-message\" role=\"tab\" aria-controls=\"pills-message\" aria-selected=\"false\">
                        <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-item\" role=\"tabpanel\" aria-labelledby=\"pills-item-tab\">
                    ";
        // line 39
        $this->loadTemplate("launch/blocks/deepLinkingItem.html.twig", "platform/message/deepLinkingReturn.html.twig", 39)->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.', 39, $this->source); })()), "resources" => (isset($context["resources"]) || array_key_exists("resources", $context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.', 39, $this->source); })())]));
        // line 40
        echo "                </div>
                <div class=\"tab-pane fade\" id=\"pills-message\" role=\"tabpanel\" aria-labelledby=\"pills-message-tab\">
                    ";
        // line 42
        $this->loadTemplate("launch/blocks/message.html.twig", "platform/message/deepLinkingReturn.html.twig", 42)->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.', 42, $this->source); })())]));
        // line 43
        echo "                </div>
                <div class=\"tab-pane fade\" id=\"pills-security\" role=\"tabpanel\" aria-labelledby=\"pills-security-tab\">
                    ";
        // line 45
        $this->loadTemplate("launch/blocks/platformSecurity.html.twig", "platform/message/deepLinkingReturn.html.twig", 45)->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.', 45, $this->source); })())]));
        // line 46
        echo "                </div>
                <div class=\"tab-pane fade\" id=\"pills-registration\" role=\"tabpanel\" aria-labelledby=\"pills-registration-tab\">
                    ";
        // line 48
        $this->loadTemplate("launch/blocks/registration.html.twig", "platform/message/deepLinkingReturn.html.twig", 48)->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.', 48, $this->source); })())]));
        // line 49
        echo "                </div>
                <div class=\"tab-pane fade\" id=\"pills-claims\" role=\"tabpanel\" aria-labelledby=\"pills-claims-tab\">
                    ";
        // line 51
        $this->loadTemplate("launch/blocks/claims.html.twig", "platform/message/deepLinkingReturn.html.twig", 51)->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.', 51, $this->source); })())]));
        // line 52
        echo "                </div>
            </div>
        </div>
        <div class=\"card-footer text-muted\">
            <small><code>LtiDeepLinkingResponse</code> launch result</small>
        </div>
    </div>
";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

    }

    public function getTemplateName()
    {
        return "platform/message/deepLinkingReturn.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  134 => 52,  132 => 51,  128 => 49,  126 => 48,  122 => 46,  120 => 45,  116 => 43,  114 => 42,  110 => 40,  108 => 39,  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-link\"></i>&nbsp;&nbsp;<span class=\"text-danger\">Platform</span> - LtiDeepLinkingResponse 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-item-tab\" data-toggle=\"pill\" href=\"#pills-item\" role=\"tab\" aria-controls=\"pills-item\" aria-selected=\"true\">
                        <i class=\"fas fa-link\"></i>&nbsp;Content items
                    </a>
                </li>
                <li class=\"nav-item\">
                    <a class=\"nav-link\" id=\"pills-message-tab\" data-toggle=\"pill\" href=\"#pills-message\" role=\"tab\" aria-controls=\"pills-message\" aria-selected=\"false\">
                        <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-item\" role=\"tabpanel\" aria-labelledby=\"pills-item-tab\">
                    {% include 'launch/blocks/deepLinkingItem.html.twig' with {'token': token, 'resources': resources} %}
                </div>
                <div class=\"tab-pane fade\" 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/platformSecurity.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>LtiDeepLinkingResponse</code> launch result</small>
        </div>
    </div>
{% endblock body %}
", "platform/message/deepLinkingReturn.html.twig", "C:\\wamp64\\www\\devkit-lti1p3-master-tool\\templates\\platform\\message\\deepLinkingReturn.html.twig");
    }
}
