var/cache/test/twig/b8/b8df8945fbf35a60309298ebf2b57638.php line 69

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @ui2022/modal__content.html.twig */
  14. class __TwigTemplate_c609957a8853f81ef4e1a217861b05c4 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'header' => [$this'block_header'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doDisplay(array $context, array $blocks = [])
  29.     {
  30.         $macros $this->macros;
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ui2022/modal__content.html.twig"));
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ui2022/modal__content.html.twig"));
  35.         // line 1
  36.         $context["title"] = ((twig_get_attribute($this->env$this->source, ($context["_args"] ?? null), "title", [], "any"truetruefalse1)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["_args"] ?? null), "title", [], "any"falsefalsefalse1), null)) : (null));
  37.         // line 2
  38.         $context["subtitle"] = ((twig_get_attribute($this->env$this->source, ($context["_args"] ?? null), "subtitle", [], "any"truetruefalse2)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["_args"] ?? null), "subtitle", [], "any"falsefalsefalse2), null)) : (null));
  39.         // line 3
  40.         $context["styles"] = ((twig_get_attribute($this->env$this->source, ($context["_args"] ?? null), "styles", [], "any"truetruefalse3)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["_args"] ?? null), "styles", [], "any"falsefalsefalse3), null)) : (null));
  41.         // line 4
  42.         $context["close"] = ((twig_get_attribute($this->env$this->source, ($context["_args"] ?? null), "close", [], "any"truetruefalse4)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["_args"] ?? null), "close", [], "any"falsefalsefalse4), null)) : (null));
  43.         // line 5
  44.         echo "
  45. <div class=\"modal-header";
  46.         // line 6
  47.         if ((isset($context["styles"]) || array_key_exists("styles"$context) ? $context["styles"] : (function () { throw new RuntimeError('Variable "styles" does not exist.'6$this->source); })())) {
  48.             echo " ";
  49.             echo twig_escape_filter($this->env, (isset($context["styles"]) || array_key_exists("styles"$context) ? $context["styles"] : (function () { throw new RuntimeError('Variable "styles" does not exist.'6$this->source); })()), "html"nulltrue);
  50.         }
  51.         echo "\">
  52.     ";
  53.         // line 7
  54.         $this->displayBlock('header'$context$blocks);
  55.         // line 13
  56.         echo "</div>
  57. <div class=\"modal-body\">
  58.     ";
  59.         // line 15
  60.         $this->displayBlock('body'$context$blocks);
  61.         // line 16
  62.         echo "</div>
  63. ";
  64.         // line 17
  65.         if (        $this->hasBlock("footer"$context$blocks)) {
  66.             // line 18
  67.             echo "    <div class=\"modal-footer\">
  68.         ";
  69.             // line 19
  70.             $this->displayBlock("footer"$context$blocks);
  71.             echo "
  72.     </div>
  73. ";
  74.         }
  75.         
  76.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  77.         
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  79.     }
  80.     // line 7
  81.     public function block_header($context, array $blocks = [])
  82.     {
  83.         $macros $this->macros;
  84.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  85.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  86.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  87.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  88.         // line 8
  89.         echo "        ";
  90.         if ( !twig_test_empty((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'8$this->source); })()))) {
  91.             // line 9
  92.             echo "            <h5 class=\"modal-title\">";
  93.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'9$this->source); })()), "html"nulltrue);
  94.             if ( !twig_test_empty((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'9$this->source); })()))) {
  95.                 echo " <small>";
  96.                 echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'9$this->source); })()), "html"nulltrue);
  97.                 echo "</small>";
  98.             }
  99.             echo "</h5>
  100.         ";
  101.         }
  102.         // line 11
  103.         echo "        ";
  104.         $this->loadTemplate("@ui2022/modal__close-button.html.twig""@ui2022/modal__content.html.twig"11)->display(twig_array_merge(twig_array_merge($context, ["close" => (isset($context["close"]) || array_key_exists("close"$context) ? $context["close"] : (function () { throw new RuntimeError('Variable "close" does not exist.'11$this->source); })())]), ['_args' => twig_to_array(["close" => (isset($context["close"]) || array_key_exists("close"$context) ? $context["close"] : (function () { throw new RuntimeError('Variable "close" does not exist.'11$this->source); })())])]));
  105.         // line 12
  106.         echo "    ";
  107.         
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  109.         
  110.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  111.     }
  112.     // line 15
  113.     public function block_body($context, array $blocks = [])
  114.     {
  115.         $macros $this->macros;
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  117.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  118.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  119.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  120.         
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  122.         
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  124.     }
  125.     public function getTemplateName()
  126.     {
  127.         return "@ui2022/modal__content.html.twig";
  128.     }
  129.     public function isTraitable()
  130.     {
  131.         return false;
  132.     }
  133.     public function getDebugInfo()
  134.     {
  135.         return array (  130 => 15,  120 => 12,  117 => 11,  106 => 9,  103 => 8,  93 => 7,  79 => 19,  76 => 18,  74 => 17,  71 => 16,  69 => 15,  65 => 13,  63 => 7,  56 => 6,  53 => 5,  51 => 4,  49 => 3,  47 => 2,  45 => 1,);
  136.     }
  137.     public function getSourceContext()
  138.     {
  139.         return new Source("{% set title = _args.title|default(null) %}
  140. {% set subtitle = _args.subtitle|default(null) %}
  141. {% set styles = _args.styles|default(null) %}
  142. {% set close = _args.close|default(null) %}
  143. <div class=\"modal-header{% if styles %} {{ styles }}{% endif %}\">
  144.     {% block header %}
  145.         {% if title is not empty %}
  146.             <h5 class=\"modal-title\">{{ title }}{% if subtitle is not empty %} <small>{{ subtitle }}</small>{% endif %}</h5>
  147.         {% endif %}
  148.         {% include '@ui2022/modal__close-button.html.twig'  with { close: close } %}
  149.     {% endblock %}
  150. </div>
  151. <div class=\"modal-body\">
  152.     {% block body %}{% endblock %}
  153. </div>
  154. {% if block('footer') is defined %}
  155.     <div class=\"modal-footer\">
  156.         {{ block('footer') }}
  157.     </div>
  158. {% endif %}
  159. ""@ui2022/modal__content.html.twig""/var/www/campussuite/ui2022/modal__content.html.twig");
  160.     }
  161. }