var/cache/dev/twig/86/86b3207d350f83a19f6047621cf649cb.php line 71

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @DcSite/Modules/order-call-popup.html.twig */
  16. class __TwigTemplate_f9fa4a64b190b5e850528334a51cb696 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = []): iterable
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@DcSite/Modules/order-call-popup.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@DcSite/Modules/order-call-popup.html.twig"));
  38.         // line 1
  39.         yield "
  40. <div class=\"modal-fw-window modal fade\" id=\"order-call\" tabindex=\"\" role=\"dialog\" aria-labelledby=\"myModalLabel\">
  41.     <div class=\"modal-dialog\" role=\"document\">
  42.         <div class=\"modal-content\">
  43.             <div class=\"modal-header\">
  44.                 <span class=\"modal-title\" id=\"myModalLabel\">";
  45.         // line 6
  46.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("form.order_call_title", [], "dc_base"), "html"nulltrue);
  47.         yield "</span>
  48.                 <p class=\"modal-sub-title\">";
  49.         // line 7
  50.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("form.order_call_subtitle", [], "dc_base"), "html"nulltrue);
  51.         yield "</p>
  52.                 <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  53. <path d=\"M15.8107 0.189305C15.5583 -0.0631016 15.1491 -0.0631016 14.8967 0.189305L0.189305 14.8967C-0.0631016 15.1491 -0.0631016 15.5583 0.189305 15.8107C0.315492 15.9369 0.48093 16 0.646336 16C0.811743 16 0.977149 15.9369 1.10337 15.8107L15.8107 1.10331C16.0631 0.85093 16.0631 0.441711 15.8107 0.189305Z\" fill=\"#A1A1A1\"/>
  54. <path d=\"M15.8107 14.8976L1.10331 0.190281C0.85093 -0.062125 0.44168 -0.062125 0.189305 0.190281C-0.0631016 0.442656 -0.0631016 0.851875 0.189305 1.10428L14.8967 15.8117C15.0229 15.9379 15.1883 16.001 15.3537 16.001C15.5191 16.001 15.6846 15.9379 15.8107 15.8117C16.0631 15.5593 16.0631 15.15 15.8107 14.8976Z\" fill=\"#A1A1A1\"/>
  55. </svg></span></button>
  56.             </div>
  57.             <div class=\"modal-body\">
  58.                 <div class=\"form-wrapper forms\">
  59.                     <div class=\"container\">
  60.                         ";
  61.         // line 16
  62.         yield from $this->load("@DcSiteBundle/Modules/order-call.html.twig"16)->unwrap()->yield($context);
  63.         // line 17
  64.         yield "                    </div>
  65.                 </div>
  66.             </div>
  67.         </div>
  68.     </div>
  69. </div>
  70. ";
  71.         
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  73.         
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  75.         yield from [];
  76.     }
  77.     /**
  78.      * @codeCoverageIgnore
  79.      */
  80.     public function getTemplateName(): string
  81.     {
  82.         return "@DcSite/Modules/order-call-popup.html.twig";
  83.     }
  84.     /**
  85.      * @codeCoverageIgnore
  86.      */
  87.     public function isTraitable(): bool
  88.     {
  89.         return false;
  90.     }
  91.     /**
  92.      * @codeCoverageIgnore
  93.      */
  94.     public function getDebugInfo(): array
  95.     {
  96.         return array (  73 => 17,  71 => 16,  59 => 7,  55 => 6,  48 => 1,);
  97.     }
  98.     public function getSourceContext(): Source
  99.     {
  100.         return new Source("
  101. <div class=\"modal-fw-window modal fade\" id=\"order-call\" tabindex=\"\" role=\"dialog\" aria-labelledby=\"myModalLabel\">
  102.     <div class=\"modal-dialog\" role=\"document\">
  103.         <div class=\"modal-content\">
  104.             <div class=\"modal-header\">
  105.                 <span class=\"modal-title\" id=\"myModalLabel\">{{ 'form.order_call_title'|trans({}, 'dc_base') }}</span>
  106.                 <p class=\"modal-sub-title\">{{ 'form.order_call_subtitle'|trans({}, 'dc_base') }}</p>
  107.                 <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  108. <path d=\"M15.8107 0.189305C15.5583 -0.0631016 15.1491 -0.0631016 14.8967 0.189305L0.189305 14.8967C-0.0631016 15.1491 -0.0631016 15.5583 0.189305 15.8107C0.315492 15.9369 0.48093 16 0.646336 16C0.811743 16 0.977149 15.9369 1.10337 15.8107L15.8107 1.10331C16.0631 0.85093 16.0631 0.441711 15.8107 0.189305Z\" fill=\"#A1A1A1\"/>
  109. <path d=\"M15.8107 14.8976L1.10331 0.190281C0.85093 -0.062125 0.44168 -0.062125 0.189305 0.190281C-0.0631016 0.442656 -0.0631016 0.851875 0.189305 1.10428L14.8967 15.8117C15.0229 15.9379 15.1883 16.001 15.3537 16.001C15.5191 16.001 15.6846 15.9379 15.8107 15.8117C16.0631 15.5593 16.0631 15.15 15.8107 14.8976Z\" fill=\"#A1A1A1\"/>
  110. </svg></span></button>
  111.             </div>
  112.             <div class=\"modal-body\">
  113.                 <div class=\"form-wrapper forms\">
  114.                     <div class=\"container\">
  115.                         {% include '@DcSiteBundle/Modules/order-call.html.twig' %}
  116.                     </div>
  117.                 </div>
  118.             </div>
  119.         </div>
  120.     </div>
  121. </div>
  122. ""@DcSite/Modules/order-call-popup.html.twig""/var/www/vidi.ua/releases/251027-872b0c76/src/DcSiteBundle/Resources/views/Modules/order-call-popup.html.twig");
  123.     }
  124. }