var/cache/dev/twig/49/4958cea4672858a38583b85e4d20d149c0628a5b865813ddde9cbd1be21a26ac.php line 40

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. /* website/index.html.twig */
  14. class __TwigTemplate_91e6bc3158f3313e84a8279894b24bb5dd265a4965d96cd94044b6d7ef532814 extends 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->blocks = [
  23.             'page_title' => [$this'block_page_title'],
  24.             'content_header' => [$this'block_content_header'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "@!EasyAdmin/page/content.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""website/index.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""website/index.html.twig"));
  40.         // line 3
  41.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'3$this->source); })()), [=> "bootstrap_4_layout.html.twig"], true);
  42.         // line 6
  43.         $context["_content_title"] = "Homepage";
  44.         // line 1
  45.         $this->parent $this->loadTemplate("@!EasyAdmin/page/content.html.twig""website/index.html.twig"1);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     // line 8
  53.     public function block_page_title($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  60.         // line 9
  61.         echo twig_escape_filter($this->env, (isset($context["_content_title"]) || array_key_exists("_content_title"$context) ? $context["_content_title"] : (function () { throw new RuntimeError('Variable "_content_title" does not exist.'9$this->source); })()), "html"nulltrue);
  62.         
  63.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  64.         
  65.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  66.     }
  67.     // line 12
  68.     public function block_content_header($context, array $blocks = [])
  69.     {
  70.         $macros $this->macros;
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_header"));
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_header"));
  75.         // line 13
  76.         echo "    <h1 class=\"title\">";
  77.         echo twig_escape_filter($this->env, (isset($context["_content_title"]) || array_key_exists("_content_title"$context) ? $context["_content_title"] : (function () { throw new RuntimeError('Variable "_content_title" does not exist.'13$this->source); })()), "html"nulltrue);
  78.         echo "</h1>
  79. ";
  80.         
  81.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  82.         
  83.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  84.     }
  85.     // line 16
  86.     public function block_body($context, array $blocks = [])
  87.     {
  88.         $macros $this->macros;
  89.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  90.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  91.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  92.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  93.         // line 17
  94.         echo "
  95.     <body>
  96.     <nav class=\"navbar navbar-expand-lg navbar-light bg-light\">
  97.         <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  98.             <span class=\"navbar-toggler-icon\"></span>
  99.         </button>
  100.         <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
  101.             <ul class=\"navbar-nav mr-auto\">
  102.                 <li class=\"nav-item active\">
  103.                     <a class=\"nav-link\" href=\"https://covid.pum.telix.info/\">Strona główna</a>
  104.                 </li>
  105.                 <li class=\"nav-item active\">
  106.                     <a class=\"nav-link\" href=\"/login\">Zaloguj</a>
  107.                 </li>
  108.                 <li class=\"nav-item dropdown\">
  109.                     <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
  110.                         Informacje dodatkowe
  111.                     </a>
  112.                     <div class=\"dropdown-menu\" aria-labelledby=\"navbarDropdown\">
  113.                         <a class=\"dropdown-item\" href=\"#\">O projekcie</a>
  114.                         <a class=\"dropdown-item\" href=\"#\">Wynik</a>
  115.                         <div class=\"dropdown-divider\"></div>
  116.                         <a class=\"dropdown-item\" href=\"/contact\">Kontakt</a>
  117.                     </div>
  118.                 </li>
  119.             </ul>
  120.         </div>
  121.     </nav>
  122.     <!-- Main jumbotron for a primary marketing message or call to action -->
  123.     <div class=\"jumbotron\">
  124.         <div class=\"container\">
  125.             <h1 class=\"display-3\">Medapp</h1>
  126.             <p></p>
  127.         </div>
  128.     </div>
  129.     <div class=\"container\">
  130.         <div class=\"container\">
  131.             <!-- Example row of columns -->
  132.             <div class=\"row\">
  133.                 <div class=\"col\">
  134.                     ";
  135.         // line 63
  136.         if ((array_key_exists("form"$context) &&  !twig_test_empty((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'63$this->source); })())))) {
  137.             // line 64
  138.             echo "                        ";
  139.             echo             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'64$this->source); })()), 'form');
  140.             echo "
  141.                     ";
  142.         }
  143.         // line 66
  144.         echo "                </div>
  145.             </div>
  146.         </div>
  147.         ";
  148.         // line 71
  149.         if ((array_key_exists("fuuid"$context) &&  !twig_test_empty((isset($context["fuuid"]) || array_key_exists("fuuid"$context) ? $context["fuuid"] : (function () { throw new RuntimeError('Variable "fuuid" does not exist.'71$this->source); })())))) {
  150.             // line 72
  151.             echo "
  152.             ";
  153.             // line 73
  154.             echo twig_escape_filter($this->env, (isset($context["fuuid"]) || array_key_exists("fuuid"$context) ? $context["fuuid"] : (function () { throw new RuntimeError('Variable "fuuid" does not exist.'73$this->source); })()), "html"nulltrue);
  155.             echo "
  156.         ";
  157.         }
  158.         // line 75
  159.         echo "
  160.         <hr>
  161.         <footer>
  162.             <p>©  <a href=\"https://algomedica.tech\">Algomedica</a></p>
  163.         </footer>
  164.     </div> <!-- /container -->
  165.     </body>
  166. ";
  167.         
  168.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  169.         
  170.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  171.     }
  172.     public function getTemplateName()
  173.     {
  174.         return "website/index.html.twig";
  175.     }
  176.     public function isTraitable()
  177.     {
  178.         return false;
  179.     }
  180.     public function getDebugInfo()
  181.     {
  182.         return array (  191 => 75,  186 => 73,  183 => 72,  181 => 71,  174 => 66,  168 => 64,  166 => 63,  118 => 17,  108 => 16,  95 => 13,  85 => 12,  75 => 9,  65 => 8,  54 => 1,  52 => 6,  50 => 3,  37 => 1,);
  183.     }
  184.     public function getSourceContext()
  185.     {
  186.         return new Source("{% extends '@!EasyAdmin/page/content.html.twig' %}
  187. {% form_theme form 'bootstrap_4_layout.html.twig' %}
  188. {% set _content_title = 'Homepage' %}
  189. {% block page_title -%}
  190.     {{ _content_title }}
  191. {%- endblock %}
  192. {% block content_header %}
  193.     <h1 class=\"title\">{{ _content_title }}</h1>
  194. {% endblock %}
  195. {% block body %}
  196.     <body>
  197.     <nav class=\"navbar navbar-expand-lg navbar-light bg-light\">
  198.         <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  199.             <span class=\"navbar-toggler-icon\"></span>
  200.         </button>
  201.         <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
  202.             <ul class=\"navbar-nav mr-auto\">
  203.                 <li class=\"nav-item active\">
  204.                     <a class=\"nav-link\" href=\"https://covid.pum.telix.info/\">Strona główna</a>
  205.                 </li>
  206.                 <li class=\"nav-item active\">
  207.                     <a class=\"nav-link\" href=\"/login\">Zaloguj</a>
  208.                 </li>
  209.                 <li class=\"nav-item dropdown\">
  210.                     <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
  211.                         Informacje dodatkowe
  212.                     </a>
  213.                     <div class=\"dropdown-menu\" aria-labelledby=\"navbarDropdown\">
  214.                         <a class=\"dropdown-item\" href=\"#\">O projekcie</a>
  215.                         <a class=\"dropdown-item\" href=\"#\">Wynik</a>
  216.                         <div class=\"dropdown-divider\"></div>
  217.                         <a class=\"dropdown-item\" href=\"/contact\">Kontakt</a>
  218.                     </div>
  219.                 </li>
  220.             </ul>
  221.         </div>
  222.     </nav>
  223.     <!-- Main jumbotron for a primary marketing message or call to action -->
  224.     <div class=\"jumbotron\">
  225.         <div class=\"container\">
  226.             <h1 class=\"display-3\">Medapp</h1>
  227.             <p></p>
  228.         </div>
  229.     </div>
  230.     <div class=\"container\">
  231.         <div class=\"container\">
  232.             <!-- Example row of columns -->
  233.             <div class=\"row\">
  234.                 <div class=\"col\">
  235.                     {% if form is defined and form is not empty %}
  236.                         {{ form(form) }}
  237.                     {% endif %}
  238.                 </div>
  239.             </div>
  240.         </div>
  241.         {% if fuuid is defined and fuuid is not empty %}
  242.             {{ fuuid }}
  243.         {% endif %}
  244.         <hr>
  245.         <footer>
  246.             <p>©  <a href=\"https://algomedica.tech\">Algomedica</a></p>
  247.         </footer>
  248.     </div> <!-- /container -->
  249.     </body>
  250. {% endblock %}
  251. ""website/index.html.twig""/var/www/vhosts/algomedica.tech/medapp.algomedica.tech/templates/website/index.html.twig");
  252.     }
  253. }