var/cache/dev/twig/55/55302835c1ca25a5dd25182927859f015f0009ebda6fe5f902a997889ed0caaa.php line 62

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. /* comun/fichaje/base.html.twig */
  14. class __TwigTemplate_f8f98566e330ffe8e6f75f3f86ef494072d8ed278fedf28982559679ec5967f1 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.             'body' => [$this'block_body'],
  24.             'titulo' => [$this'block_titulo'],
  25.             'menu_puntitos' => [$this'block_menu_puntitos'],
  26.             'tabla' => [$this'block_tabla'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "base.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""comun/fichaje/base.html.twig"));
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""comun/fichaje/base.html.twig"));
  42.         $this->parent $this->loadTemplate("base.html.twig""comun/fichaje/base.html.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 3
  50.     public function block_body($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  57.         // line 4
  58.         echo "
  59.     <div class=\"row\">
  60.         <div id=\"filtro-aplicado\" class=\"mb-4 col-xl-8\"></div>
  61.     </div>
  62.     <div class=\"card\"> 
  63.         <div class=\"card-header\">
  64.             <h3>";
  65.         // line 10
  66.         $this->displayBlock('titulo'$context$blocks);
  67.         echo "</h3>
  68.             <div class=\"card-actions float-end\">
  69.                 <div class=\"dropdown position-relative\">
  70.                     <a  class=\"float-right\" data-toggle=\"dropdown\" data-bs-display=\"static\" aria-expanded=\"false\" class=\"\">
  71.                         <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-more-horizontal align-middle\"><circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"19\" cy=\"12\" r=\"1\"></circle><circle cx=\"5\" cy=\"12\" r=\"1\"></circle></svg>
  72.                     </a>
  73.                     <div class=\"dropdown-menu dropdown-menu-end\">
  74.                         <a class=\"dropdown-item\"  data-toggle=\"modal\" data-target=\"#modal-filtro\" href=\"#\">";
  75.         // line 18
  76.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("filtro.titulo"), "html"nulltrue);
  77.         echo "</a>
  78.                                                 
  79.                         <a class=\"dropdown-item\" id=\"excelExport\" >";
  80.         // line 20
  81.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comun.excel"), "html"nulltrue);
  82.         echo "</a>
  83.                         <a class=\"dropdown-item\" id=\"pdfExport\" >";
  84.         // line 21
  85.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comun.pdf"), "html"nulltrue);
  86.         echo "</a>
  87.                         <a class=\"dropdown-item\" id=\"copyExport\" >";
  88.         // line 22
  89.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comun.copiar"), "html"nulltrue);
  90.         echo "</a>
  91.                         ";
  92.         // line 24
  93.         $this->displayBlock('menu_puntitos'$context$blocks);
  94.         // line 25
  95.         echo "
  96.                     </div>
  97.                 </div>
  98.             </div>
  99.         </div>
  100.         <div class=\"card-body\">
  101.             ";
  102.         // line 31
  103.         $this->displayBlock('tabla'$context$blocks);
  104.         // line 32
  105.         echo "
  106.              
  107.         </div>
  108.     </div>
  109.     <div class=\"modal fade show\" id=\"modal-filtro\" tabindex=\"-1\" role=\"dialog\" aria-modal=\"true\">
  110.         <div class=\"modal-dialog\" role=\"document\">
  111.             <div class=\"modal-content\">
  112.                 <div class=\"modal-header\">
  113.                     <h5 class=\"modal-title\">";
  114.         // line 42
  115.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("filtro.titulo"), "html"nulltrue);
  116.         echo "</h5>
  117.                     <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  118.                         <span aria-hidden=\"true\">×</span>
  119.                     </button>
  120.                 </div>
  121.                 <div class=\"modal-body m-3\">
  122.                     ";
  123.         // line 48
  124.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Filtro\\FiltroMainController::index", ["route" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'48$this->source); })()), "request", [], "any"falsefalsefalse48), "attributes", [], "any"falsefalsefalse48), "get", [=> "_route"], "method"falsefalsefalse48)]));
  125.         echo "
  126.                 </div>
  127.                 <div class=\"modal-footer\">
  128.                     <button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">";
  129.         // line 51
  130.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comun.cerrar"), "html"nulltrue);
  131.         echo "</button>
  132.                     <button id=\"filtro-limpiar\" type=\"button\" class=\"btn btn-info\" data-dismiss=\"modal\">";
  133.         // line 52
  134.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comun.limpiar"), "html"nulltrue);
  135.         echo "</button>
  136.                     <button id=\"filtro-aplicar\" type=\"button\" class=\"btn btn-primary\">";
  137.         // line 53
  138.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comun.aceptar"), "html"nulltrue);
  139.         echo "</button>
  140.                 </div>
  141.             </div>
  142.         </div>
  143.     </div>
  144. ";
  145.         
  146.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  147.         
  148.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  149.     }
  150.     // line 10
  151.     public function block_titulo($context, array $blocks = [])
  152.     {
  153.         $macros $this->macros;
  154.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  155.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""titulo"));
  156.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  157.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""titulo"));
  158.         
  159.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  160.         
  161.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  162.     }
  163.     // line 24
  164.     public function block_menu_puntitos($context, array $blocks = [])
  165.     {
  166.         $macros $this->macros;
  167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  168.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu_puntitos"));
  169.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  170.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu_puntitos"));
  171.         
  172.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  173.         
  174.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  175.     }
  176.     // line 31
  177.     public function block_tabla($context, array $blocks = [])
  178.     {
  179.         $macros $this->macros;
  180.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  181.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tabla"));
  182.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  183.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tabla"));
  184.         
  185.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  186.         
  187.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  188.     }
  189.     // line 61
  190.     public function block_javascripts($context, array $blocks = [])
  191.     {
  192.         $macros $this->macros;
  193.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  194.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  195.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  196.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  197.         // line 62
  198.         echo "    ";
  199.         $this->displayParentBlock("javascripts"$context$blocks);
  200.         echo "       <script src=\"";
  201.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/filtro/filtroFichajeTareaForm.js"), "html"nulltrue);
  202.         echo "\"></script>
  203. ";
  204.         
  205.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  206.         
  207.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  208.     }
  209.     public function getTemplateName()
  210.     {
  211.         return "comun/fichaje/base.html.twig";
  212.     }
  213.     public function isTraitable()
  214.     {
  215.         return false;
  216.     }
  217.     public function getDebugInfo()
  218.     {
  219.         return array (  237 => 62,  227 => 61,  209 => 31,  191 => 24,  173 => 10,  156 => 53,  152 => 52,  148 => 51,  142 => 48,  133 => 42,  121 => 32,  119 => 31,  111 => 25,  109 => 24,  104 => 22,  100 => 21,  96 => 20,  91 => 18,  80 => 10,  72 => 4,  62 => 3,  39 => 1,);
  220.     }
  221.     public function getSourceContext()
  222.     {
  223.         return new Source("{% extends 'base.html.twig' %}
  224. {% block body %}
  225.     <div class=\"row\">
  226.         <div id=\"filtro-aplicado\" class=\"mb-4 col-xl-8\"></div>
  227.     </div>
  228.     <div class=\"card\"> 
  229.         <div class=\"card-header\">
  230.             <h3>{%block titulo%}{% endblock %}</h3>
  231.             <div class=\"card-actions float-end\">
  232.                 <div class=\"dropdown position-relative\">
  233.                     <a  class=\"float-right\" data-toggle=\"dropdown\" data-bs-display=\"static\" aria-expanded=\"false\" class=\"\">
  234.                         <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-more-horizontal align-middle\"><circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"19\" cy=\"12\" r=\"1\"></circle><circle cx=\"5\" cy=\"12\" r=\"1\"></circle></svg>
  235.                     </a>
  236.                     <div class=\"dropdown-menu dropdown-menu-end\">
  237.                         <a class=\"dropdown-item\"  data-toggle=\"modal\" data-target=\"#modal-filtro\" href=\"#\">{{ 'filtro.titulo'|trans }}</a>
  238.                                                 
  239.                         <a class=\"dropdown-item\" id=\"excelExport\" >{{ 'comun.excel'|trans }}</a>
  240.                         <a class=\"dropdown-item\" id=\"pdfExport\" >{{ 'comun.pdf'|trans }}</a>
  241.                         <a class=\"dropdown-item\" id=\"copyExport\" >{{ 'comun.copiar'|trans }}</a>
  242.                         {% block menu_puntitos %}{% endblock %}
  243.                     </div>
  244.                 </div>
  245.             </div>
  246.         </div>
  247.         <div class=\"card-body\">
  248.             {% block tabla %}{% endblock %}
  249.              
  250.         </div>
  251.     </div>
  252.     <div class=\"modal fade show\" id=\"modal-filtro\" tabindex=\"-1\" role=\"dialog\" aria-modal=\"true\">
  253.         <div class=\"modal-dialog\" role=\"document\">
  254.             <div class=\"modal-content\">
  255.                 <div class=\"modal-header\">
  256.                     <h5 class=\"modal-title\">{{ 'filtro.titulo'|trans }}</h5>
  257.                     <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  258.                         <span aria-hidden=\"true\">×</span>
  259.                     </button>
  260.                 </div>
  261.                 <div class=\"modal-body m-3\">
  262.                     {{ render(controller('App\\\\Controller\\\\Filtro\\\\FiltroMainController::index', {'route': app.request.attributes.get('_route')})) }}
  263.                 </div>
  264.                 <div class=\"modal-footer\">
  265.                     <button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">{{ 'comun.cerrar'|trans }}</button>
  266.                     <button id=\"filtro-limpiar\" type=\"button\" class=\"btn btn-info\" data-dismiss=\"modal\">{{ 'comun.limpiar'|trans }}</button>
  267.                     <button id=\"filtro-aplicar\" type=\"button\" class=\"btn btn-primary\">{{ 'comun.aceptar'|trans }}</button>
  268.                 </div>
  269.             </div>
  270.         </div>
  271.     </div>
  272. {% endblock %}
  273. {% block javascripts %}
  274.     {{ parent() }}       <script src=\"{{ asset('js/filtro/filtroFichajeTareaForm.js') }}\"></script>
  275. {% endblock %}
  276. ""comun/fichaje/base.html.twig""/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/templates/comun/fichaje/base.html.twig");
  277.     }
  278. }