<?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/ajax/acs.html.twig */
class __TwigTemplate_6fc603f77b62c3df694985780e309cc128bb69195fab86525c2795243ca73fc7 extends Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
    }

    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/ajax/acs.html.twig"));

        // line 1
        echo "<br/>
<div class=\"card bg-light\">
    <div class=\"card-header\">
        <i class=\"fas fa-file-signature\"></i>&nbsp;ACS service response
    </div>
    <div class=\"card-body\">
        <pre>
            <code id=\"acsControlResultZone\" class=\"language-json hljs\">";
        // line 8
        echo twig_escape_filter($this->env, json_encode((isset($context["controlResult"]) || array_key_exists("controlResult", $context) ? $context["controlResult"] : (function () { throw new RuntimeError('Variable "controlResult" does not exist.', 8, $this->source); })()), (twig_constant("JSON_PRETTY_PRINT") + twig_constant("JSON_UNESCAPED_SLASHES"))), "html", null, true);
        echo "</code>
        </pre>
    </div>
    <div class=\"card-footer text-muted\">
        <small>ACS service response</small>
    </div>
</div>
<script>
    hljs.initHighlightingOnLoad();
</script>";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

    }

    public function getTemplateName()
    {
        return "tool/ajax/acs.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  49 => 8,  40 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("<br/>
<div class=\"card bg-light\">
    <div class=\"card-header\">
        <i class=\"fas fa-file-signature\"></i>&nbsp;ACS service response
    </div>
    <div class=\"card-body\">
        <pre>
            <code id=\"acsControlResultZone\" class=\"language-json hljs\">{{ controlResult|json_encode(constant('JSON_PRETTY_PRINT') + constant('JSON_UNESCAPED_SLASHES')) }}</code>
        </pre>
    </div>
    <div class=\"card-footer text-muted\">
        <small>ACS service response</small>
    </div>
</div>
<script>
    hljs.initHighlightingOnLoad();
</script>", "tool/ajax/acs.html.twig", "C:\\wamp64\\www\\devkit-lti1p3-master-tool\\templates\\tool\\ajax\\acs.html.twig");
    }
}
