var/cache/dev/twig/64/64f217efd3118c22ba0dba04314aab7d.php line 416

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. /* ReclutaProceso/show_pdf_gral.html.twig */
  14. class __TwigTemplate_86989983b3de9ab81c3bfa38dc18e7de 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.             'title' => [$this'block_title'],
  24.             'css_footer' => [$this'block_css_footer'],
  25.             'footer' => [$this'block_footer'],
  26.             'header' => [$this'block_header'],
  27.             'body' => [$this'block_body'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "print_base.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ReclutaProceso/show_pdf_gral.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ReclutaProceso/show_pdf_gral.html.twig"));
  42.         $this->parent $this->loadTemplate("print_base.html.twig""ReclutaProceso/show_pdf_gral.html.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 2
  50.     public function block_title($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  57.         // line 3
  58.         echo "    <title>Ficha de Inscripción</title>
  59. ";
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.         
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  64.     }
  65.     // line 6
  66.     public function block_css_footer($context, array $blocks = [])
  67.     {
  68.         $macros $this->macros;
  69.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css_footer"));
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css_footer"));
  73.         echo 
  74.     footer { position: fixed; bottom: -60px; left: 0px; right: 0px; height: 80px; }
  75. ";
  76.         
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  78.         
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  80.     }
  81.     // line 10
  82.     public function block_footer($context, array $blocks = [])
  83.     {
  84.         $macros $this->macros;
  85.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  87.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  88.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  89.         echo "     
  90.     ";
  91.         // line 11
  92.         if (twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'11$this->source); })()), "idoneo", [], "any"falsefalsefalse11)) {
  93.             // line 12
  94.             echo "        ";
  95.             $this->loadTemplate("ReclutaProceso\\show_pdf_footer.html.twig""ReclutaProceso/show_pdf_gral.html.twig"12)->display($context);
  96.             // line 13
  97.             echo "    ";
  98.         }
  99.         
  100.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  101.         
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  103.     }
  104.     // line 15
  105.     public function block_header($context, array $blocks = [])
  106.     {
  107.         $macros $this->macros;
  108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  112.         echo 
  113.     <div class=\"pdftitlefont\" style=\"font-weight: bold;\">
  114.         COMANDO CONJUNTO DE LAS FF.AA.<br>DIRECCIÓN DE MOVILIZACIÓN
  115.     </div>        
  116. ";
  117.         
  118.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  119.         
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  121.     }
  122.     // line 21
  123.     public function block_body($context, array $blocks = [])
  124.     {
  125.         $macros $this->macros;
  126.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  127.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  128.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  129.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  130.         // line 22
  131.         echo "    <div class=\"center pdftitlefont\" style=\"font-weight: bold;\">
  132.         Comprobante de Registro en Línea
  133.     </div>        
  134.     <div class=\"panel-body\" style=\"border-width: 1px;\">
  135.     ";
  136.         // line 26
  137.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ReclutaController::showPDFAction", ["idRecluta" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'26$this->source); })()), "recluta", [], "any"falsefalsefalse26), "id", [], "any"falsefalsefalse26), "template" => "Recluta/table_pdf.html.twig"]));
  138.         echo "    
  139.         <div class=\"pdfsubtitlefont\">
  140.             Lugar de residencia
  141.         </div>
  142.         <table width=\"100%\" class=\"table table-bordered pdffont\">
  143.             <tr>
  144.                 <td width=\"15%\" style=\"font-weight: bold;\">
  145.                     ";
  146.         // line 34
  147.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.paisReside", [], "crud");
  148.         // line 35
  149.         echo "                </td>
  150.                 <td width=\"35%\">
  151.                     ";
  152.         // line 37
  153.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'37$this->source); })()), "paisResidencia", [], "any"falsefalsefalse37), "html"nulltrue);
  154.         echo "
  155.                 </td>
  156.                 ";
  157.         // line 39
  158.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'39$this->source); })()), "paisResidencia", [], "any"falsefalsefalse39) == "Ecuador")) {
  159.             // line 40
  160.             echo "                <td width=\"15%\" style=\"font-weight: bold;\">
  161.                     ";
  162.             // line 41
  163.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.callePrincipalResidencia", [], "crud");
  164.             // line 42
  165.             echo "                </td>
  166.                 <td width=\"35%\">
  167.                     ";
  168.             // line 44
  169.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'44$this->source); })()), "callePrincipalResidencia", [], "any"falsefalsefalse44), "html"nulltrue);
  170.             echo "
  171.                 </td>
  172.                 ";
  173.         } else {
  174.             // line 47
  175.             echo "                <td style=\"font-weight: bold;\">
  176.                     ";
  177.             // line 48
  178.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.direccion", [], "crud");
  179.             // line 49
  180.             echo "                </td>
  181.                 <td width=\"35%\">
  182.                     ";
  183.             // line 51
  184.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'51$this->source); })()), "referencias", [], "any"falsefalsefalse51), "html"nulltrue);
  185.             echo "
  186.                 </td>
  187.                 ";
  188.         }
  189.         // line 54
  190.         echo "            </tr>
  191.             <tr>
  192.                 <td style=\"font-weight: bold;\">
  193.                     ";
  194.         // line 57
  195.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.provincia", [], "crud");
  196.         // line 58
  197.         echo "                </td>
  198.                 <td>
  199.                     ";
  200.         // line 60
  201.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'60$this->source); })()), "provincia", [], "any"falsefalsefalse60), "html"nulltrue);
  202.         echo "
  203.                 </td>
  204.                 ";
  205.         // line 62
  206.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'62$this->source); })()), "paisResidencia", [], "any"falsefalsefalse62) == "Ecuador")) {
  207.             // line 63
  208.             echo "                <td style=\"font-weight: bold;\">
  209.                     ";
  210.             // line 64
  211.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.calleSecundariaResidencia", [], "crud");
  212.             // line 65
  213.             echo "                </td>
  214.                 <td>
  215.                     ";
  216.             // line 67
  217.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'67$this->source); })()), "calleSecundariaResidencia", [], "any"falsefalsefalse67), "html"nulltrue);
  218.             echo "
  219.                 </td>
  220.                 ";
  221.         } else {
  222.             // line 70
  223.             echo "                <td>
  224.                </td>
  225.                 <td>
  226.                 </td>
  227.                 ";
  228.         }
  229.         // line 75
  230.         echo "            </tr>
  231.             <tr>
  232.                 <td style=\"font-weight: bold;\">
  233.                     ";
  234.         // line 78
  235.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.canton", [], "crud");
  236.         // line 79
  237.         echo "                </td>
  238.                 <td>
  239.                     ";
  240.         // line 81
  241.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'81$this->source); })()), "canton", [], "any"falsefalsefalse81), "html"nulltrue);
  242.         echo "
  243.                 </td>
  244.                 ";
  245.         // line 83
  246.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'83$this->source); })()), "paisResidencia", [], "any"falsefalsefalse83) == "Ecuador")) {
  247.             // line 84
  248.             echo "                <td style=\"font-weight: bold;\">
  249.                     ";
  250.             // line 85
  251.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.numeroCasa", [], "crud");
  252.             // line 86
  253.             echo "                </td>
  254.                 <td>
  255.                     ";
  256.             // line 88
  257.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'88$this->source); })()), "numeroCasa", [], "any"falsefalsefalse88), "html"nulltrue);
  258.             echo "
  259.                 </td>
  260.                 ";
  261.         } else {
  262.             // line 91
  263.             echo "                <td>
  264.                </td>
  265.                 <td>
  266.                 </td>
  267.                 ";
  268.         }
  269.         // line 96
  270.         echo "            </tr>
  271.             <tr>
  272.                 <td style=\"font-weight: bold;\">
  273.                     ";
  274.         // line 99
  275.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.lugarResidencia", [], "crud");
  276.         // line 100
  277.         echo "                </td>
  278.                 <td>
  279.                     ";
  280.         // line 102
  281.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'102$this->source); })()), "lugarResidencia", [], "any"falsefalsefalse102), "html"nulltrue);
  282.         echo "
  283.                 </td>
  284.                 ";
  285.         // line 104
  286.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'104$this->source); })()), "paisResidencia", [], "any"falsefalsefalse104) == "Ecuador")) {
  287.             // line 105
  288.             echo "                <td style=\"font-weight: bold;\">
  289.                     ";
  290.             // line 106
  291.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.referencias", [], "crud");
  292.             // line 107
  293.             echo "                </td>
  294.                 <td>
  295.                     ";
  296.             // line 109
  297.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'109$this->source); })()), "referencias", [], "any"falsefalsefalse109), "html"nulltrue);
  298.             echo "
  299.                 </td>
  300.                 ";
  301.         } else {
  302.             // line 112
  303.             echo "                <td>
  304.                </td>
  305.                 <td>
  306.                 </td>
  307.                 ";
  308.         }
  309.         // line 117
  310.         echo "            </tr>
  311.         </table>
  312.     <div class=\"pdfsubtitlefont\">
  313.             Datos del acuartelamiento
  314.         </div>
  315.     <table width=\"100%\" class=\"table table-bordered pdffont\">
  316.         <tr>
  317.             <td width=\"25%\" style=\"font-weight: bold;\">
  318.                 ";
  319.         // line 126
  320.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.centroMovilizacion", [], "crud");
  321.         // line 127
  322.         echo "            </td>
  323.             <td width=\"75%\">
  324.                 ";
  325.         // line 129
  326.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'129$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse129), "html"nulltrue);
  327.         echo "
  328.             </td>
  329.         </tr>
  330.         <tr>
  331.             <td width=\"25%\" style=\"font-weight: bold;\">
  332.                 ";
  333.         // line 134
  334.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.direccion", [], "crud");
  335.         // line 135
  336.         echo "            </td>
  337.             <td width=\"75%\">
  338.                 ";
  339.         // line 137
  340.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'137$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse137), "direccion", [], "any"falsefalsefalse137), "html"nulltrue);
  341.         echo "
  342.             </td>
  343.         </tr>
  344.         <tr>
  345.             <td width=\"25%\" style=\"font-weight: bold;\">
  346.                 ";
  347.         // line 142
  348.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.direccionAcuartelamiento", [], "crud");
  349.         // line 143
  350.         echo "            </td>
  351.             <td width=\"75%\">
  352.                 ";
  353.         // line 145
  354.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'145$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse145), "direccionAcuartelamiento", [], "any"falsefalsefalse145) && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'145$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse145), "direccionAcuartelamiento", [], "any"falsefalsefalse145) != ""))) {
  355.             // line 146
  356.             echo "                        ";
  357.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'146$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse146), "direccionAcuartelamiento", [], "any"falsefalsefalse146), "html"nulltrue);
  358.             echo "
  359.                 ";
  360.         } else {
  361.             // line 148
  362.             echo "                        ";
  363.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'148$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse148), "direccion", [], "any"falsefalsefalse148), "html"nulltrue);
  364.             echo "
  365.                 ";
  366.         }
  367.         // line 150
  368.         echo "            </td>
  369.         </tr>
  370.         <tr>
  371.             <td style=\"font-weight: bold;\">
  372.                 ";
  373.         // line 154
  374.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.resultadosAntecedentes", [], "crud");
  375.         // line 155
  376.         echo "            </td>
  377.             <td style=\"padding: 2px 15px;\">
  378.                 <input type='radio' id='antecedentes_1' ";
  379.         // line 157
  380.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'157$this->source); })()), "resultadosAntecedentes", [], "any"falsefalsefalse157) == 1)) {
  381.             echo "checked='true'";
  382.         }
  383.         echo " disabled='true'>&nbsp;&nbsp;Antecedentes penales
  384.                 <br>   
  385.                 <input type='radio' id='antecedentes_2' ";
  386.         // line 159
  387.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'159$this->source); })()), "resultadosAntecedentes", [], "any"falsefalsefalse159) == 2)) {
  388.             echo "checked='true'";
  389.         }
  390.         echo " disabled='true'>&nbsp;&nbsp;Impedimento de salida del país
  391.                 <br>   
  392.                 <input type='radio' id='antecedentes_3' ";
  393.         // line 161
  394.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'161$this->source); })()), "resultadosAntecedentes", [], "any"falsefalsefalse161) == 3)) {
  395.             echo "checked='true'";
  396.         }
  397.         echo " disabled='true'>&nbsp;&nbsp;Alerta migratoria
  398.                 <br>
  399.                 <input type='radio' id='antecedentes_4' ";
  400.         // line 163
  401.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'163$this->source); })()), "resultadosAntecedentes", [], "any"falsefalsefalse163) == 4)) {
  402.             echo "checked='true'";
  403.         }
  404.         echo " disabled='true'>&nbsp;&nbsp;Juicio de alimentos</p>   
  405.             </td>
  406.         </tr>
  407.         <tr>
  408.             <td style=\"font-weight: bold;\">
  409.                 ";
  410.         // line 168
  411.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.nivelInstruccion", [], "crud");
  412.         // line 169
  413.         echo "            </td>
  414.             <td style=\"vertical-align: center\">
  415.                 <table width=\"100%\" class=\"table table-striped table-bordered pdffont\">
  416.                     <tr>                       
  417.                         <td style=\"font-weight: bold;\" width=\"50%\">Título</td>
  418.                         <td style=\"font-weight: bold;\" width=\"30%\">Detalle</td>
  419.                     </tr>
  420.                     ";
  421.         // line 176
  422.         $context['_parent'] = $context;
  423.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'176$this->source); })()), "resultadosEstudios", [], "any"falsefalsefalse176));
  424.         foreach ($context['_seq'] as $context["_key"] => $context["estudio"]) {
  425.             // line 177
  426.             echo "                        <tr>                          
  427.                             <td>";
  428.             // line 178
  429.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["estudio"], "titulo", [], "any"falsefalsefalse178), "html"nulltrue);
  430.             echo "</td>
  431.                             <td>";
  432.             // line 179
  433.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["estudio"], "institucion", [], "any"falsefalsefalse179), "html"nulltrue);
  434.             echo "</td>
  435.                         </tr>
  436.                     ";
  437.         }
  438.         $_parent $context['_parent'];
  439.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['estudio'], $context['_parent'], $context['loop']);
  440.         $context array_intersect_key($context$_parent) + $_parent;
  441.         // line 182
  442.         echo "                </table>
  443.             </td>
  444.         </tr>
  445.          <tr>
  446.             <td style=\"font-weight: bold;\">
  447.                 ";
  448.         // line 187
  449.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.encuesta", [], "crud");
  450.         // line 188
  451.         echo "            </td>
  452.             <td>
  453.                 ";
  454.         // line 190
  455.         if (twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'190$this->source); })()), "turno", [], "any"falsefalsefalse190)) {
  456.             // line 191
  457.             echo "                    Terminada
  458.                 ";
  459.         } else {
  460.             // line 193
  461.             echo "                    No terminada
  462.                 ";
  463.         }
  464.         // line 195
  465.         echo "            </td>
  466.         </tr>
  467.     </table>
  468.         
  469.     <div class=\"pdffont\" style=\"text-align: justify; page-break-before: always;\">
  470.         <br>
  471.         Señores<br>
  472.         <b>DIRECCIÓN DE MOVILIZACIÓN DEL COMANDO CONJUNTO DE LAS FUERZAS ARMADAS</b><br>
  473.         De mis consideraciones:<br>
  474.         <br>
  475.         El que suscribe <b>";
  476.         // line 205
  477.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'205$this->source); })()), "recluta", [], "any"falsefalsefalse205), "nombres", [], "any"falsefalsefalse205), "html"nulltrue);
  478.         echo "</b>, de nacionalidad ";
  479.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'205$this->source); })()), "recluta", [], "any"falsefalsefalse205), "paisNacimiento", [], "any"falsefalsefalse205), "html"nulltrue);
  480.         echo ", mayor de edad, estado civil ";
  481.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'205$this->source); })()), "recluta", [], "any"falsefalsefalse205), "estadoCivil", [], "any"falsefalsefalse205), "html"nulltrue);
  482.         echo ", 
  483.         con cédula de ciudadanía No <b>";
  484.         // line 206
  485.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'206$this->source); })()), "recluta", [], "any"falsefalsefalse206), "identificacion", [], "any"falsefalsefalse206), "html"nulltrue);
  486.         echo "</b>, domiciliado en 
  487.         ";
  488.         // line 207
  489.         if ((twig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'207$this->source); })()), "paisResidencia", [], "any"falsefalsefalse207) == "Ecuador")) {
  490.             echo "                
  491.         cantón ";
  492.             // line 208
  493.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'208$this->source); })()), "canton", [], "any"falsefalsefalse208), "html"nulltrue);
  494.             echo ", provincia ";
  495.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'208$this->source); })()), "provincia", [], "any"falsefalsefalse208), "html"nulltrue);
  496.             echo ",
  497.         ";
  498.         } else {
  499.             // line 210
  500.             echo "            ";
  501.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'210$this->source); })()), "referencias", [], "any"falsefalsefalse210), "html"nulltrue);
  502.             echo ",
  503.         ";
  504.         }
  505.         // line 212
  506.         echo "        por medio de la presente DECLARO que me encuentro en buen estado de salud física y mental, no presento enfermedad 
  507.         crónica o infecto contagiosa, tener las condiciones necesarias para cumplir el servicio militar en Fuerzas Armadas
  508.         y autorizo para que la información consignada sea conocida por las Autoridades competentes como establece 
  509.         el Código Orgánico Integral Penal y demás normativas legales.<br>
  510.         <br><br>
  511.         <p>_______________________________________________</p>
  512.         ";
  513.         // line 218
  514.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["entity"]) || array_key_exists("entity"$context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.'218$this->source); })()), "recluta", [], "any"falsefalsefalse218), "nombres", [], "any"falsefalsefalse218), "html"nulltrue);
  515.         echo "
  516.     </div>
  517.     </div>
  518. ";
  519.         
  520.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  521.         
  522.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  523.     }
  524.     public function getTemplateName()
  525.     {
  526.         return "ReclutaProceso/show_pdf_gral.html.twig";
  527.     }
  528.     public function isTraitable()
  529.     {
  530.         return false;
  531.     }
  532.     public function getDebugInfo()
  533.     {
  534.         return array (  550 => 218,  542 => 212,  536 => 210,  529 => 208,  525 => 207,  521 => 206,  513 => 205,  501 => 195,  497 => 193,  493 => 191,  491 => 190,  487 => 188,  485 => 187,  478 => 182,  469 => 179,  465 => 178,  462 => 177,  458 => 176,  449 => 169,  447 => 168,  437 => 163,  430 => 161,  423 => 159,  416 => 157,  412 => 155,  410 => 154,  404 => 150,  398 => 148,  392 => 146,  390 => 145,  386 => 143,  384 => 142,  376 => 137,  372 => 135,  370 => 134,  362 => 129,  358 => 127,  356 => 126,  345 => 117,  338 => 112,  332 => 109,  328 => 107,  326 => 106,  323 => 105,  321 => 104,  316 => 102,  312 => 100,  310 => 99,  305 => 96,  298 => 91,  292 => 88,  288 => 86,  286 => 85,  283 => 84,  281 => 83,  276 => 81,  272 => 79,  270 => 78,  265 => 75,  258 => 70,  252 => 67,  248 => 65,  246 => 64,  243 => 63,  241 => 62,  236 => 60,  232 => 58,  230 => 57,  225 => 54,  219 => 51,  215 => 49,  213 => 48,  210 => 47,  204 => 44,  200 => 42,  198 => 41,  195 => 40,  193 => 39,  188 => 37,  184 => 35,  182 => 34,  171 => 26,  165 => 22,  155 => 21,  132 => 15,  121 => 13,  118 => 12,  116 => 11,  104 => 10,  83 => 6,  72 => 3,  62 => 2,  39 => 1,);
  535.     }
  536.     public function getSourceContext()
  537.     {
  538.         return new Source("{% extends \"print_base.html.twig\" %}
  539. {% block title %}
  540.     <title>Ficha de Inscripción</title>
  541. {% endblock title %}
  542. {% block css_footer %} 
  543.     footer { position: fixed; bottom: -60px; left: 0px; right: 0px; height: 80px; }
  544. {% endblock css_footer %} 
  545. {% block footer %}     
  546.     {% if entity.idoneo %}
  547.         {% include 'ReclutaProceso\\\\show_pdf_footer.html.twig' %}
  548.     {% endif %}
  549. {% endblock footer %} 
  550. {% block header %} 
  551.     <div class=\"pdftitlefont\" style=\"font-weight: bold;\">
  552.         COMANDO CONJUNTO DE LAS FF.AA.<br>DIRECCIÓN DE MOVILIZACIÓN
  553.     </div>        
  554. {% endblock header %} 
  555. {% block body %}
  556.     <div class=\"center pdftitlefont\" style=\"font-weight: bold;\">
  557.         Comprobante de Registro en Línea
  558.     </div>        
  559.     <div class=\"panel-body\" style=\"border-width: 1px;\">
  560.     {{ render(controller('App\\\\Controller\\\\ReclutaController::showPDFAction', {'idRecluta':entity.recluta.id, 'template':'Recluta/table_pdf.html.twig'})) }}    
  561.         <div class=\"pdfsubtitlefont\">
  562.             Lugar de residencia
  563.         </div>
  564.         <table width=\"100%\" class=\"table table-bordered pdffont\">
  565.             <tr>
  566.                 <td width=\"15%\" style=\"font-weight: bold;\">
  567.                     {% trans from 'crud' %} reclutaproceso.fields.paisReside {% endtrans %}
  568.                 </td>
  569.                 <td width=\"35%\">
  570.                     {{ entity.paisResidencia }}
  571.                 </td>
  572.                 {% if entity.paisResidencia=='Ecuador' %}
  573.                 <td width=\"15%\" style=\"font-weight: bold;\">
  574.                     {% trans from 'crud' %} reclutaproceso.fields.callePrincipalResidencia {% endtrans %}
  575.                 </td>
  576.                 <td width=\"35%\">
  577.                     {{ entity.callePrincipalResidencia }}
  578.                 </td>
  579.                 {% else %}
  580.                 <td style=\"font-weight: bold;\">
  581.                     {% trans from 'crud' %} reclutaproceso.fields.direccion {% endtrans %}
  582.                 </td>
  583.                 <td width=\"35%\">
  584.                     {{ entity.referencias}}
  585.                 </td>
  586.                 {% endif %}
  587.             </tr>
  588.             <tr>
  589.                 <td style=\"font-weight: bold;\">
  590.                     {% trans from 'crud' %} reclutaproceso.fields.provincia {% endtrans %}
  591.                 </td>
  592.                 <td>
  593.                     {{ entity.provincia }}
  594.                 </td>
  595.                 {% if entity.paisResidencia=='Ecuador' %}
  596.                 <td style=\"font-weight: bold;\">
  597.                     {% trans from 'crud' %} reclutaproceso.fields.calleSecundariaResidencia {% endtrans %}
  598.                 </td>
  599.                 <td>
  600.                     {{ entity.calleSecundariaResidencia }}
  601.                 </td>
  602.                 {% else %}
  603.                 <td>
  604.                </td>
  605.                 <td>
  606.                 </td>
  607.                 {% endif %}
  608.             </tr>
  609.             <tr>
  610.                 <td style=\"font-weight: bold;\">
  611.                     {% trans from 'crud' %} reclutaproceso.fields.canton {% endtrans %}
  612.                 </td>
  613.                 <td>
  614.                     {{ entity.canton }}
  615.                 </td>
  616.                 {% if entity.paisResidencia=='Ecuador' %}
  617.                 <td style=\"font-weight: bold;\">
  618.                     {% trans from 'crud' %} reclutaproceso.fields.numeroCasa {% endtrans %}
  619.                 </td>
  620.                 <td>
  621.                     {{ entity.numeroCasa }}
  622.                 </td>
  623.                 {% else %}
  624.                 <td>
  625.                </td>
  626.                 <td>
  627.                 </td>
  628.                 {% endif %}
  629.             </tr>
  630.             <tr>
  631.                 <td style=\"font-weight: bold;\">
  632.                     {% trans from 'crud' %} reclutaproceso.fields.lugarResidencia {% endtrans %}
  633.                 </td>
  634.                 <td>
  635.                     {{ entity.lugarResidencia }}
  636.                 </td>
  637.                 {% if entity.paisResidencia=='Ecuador' %}
  638.                 <td style=\"font-weight: bold;\">
  639.                     {% trans from 'crud' %} reclutaproceso.fields.referencias {% endtrans %}
  640.                 </td>
  641.                 <td>
  642.                     {{ entity.referencias }}
  643.                 </td>
  644.                 {% else %}
  645.                 <td>
  646.                </td>
  647.                 <td>
  648.                 </td>
  649.                 {% endif %}
  650.             </tr>
  651.         </table>
  652.     <div class=\"pdfsubtitlefont\">
  653.             Datos del acuartelamiento
  654.         </div>
  655.     <table width=\"100%\" class=\"table table-bordered pdffont\">
  656.         <tr>
  657.             <td width=\"25%\" style=\"font-weight: bold;\">
  658.                 {% trans from 'crud' %} reclutaproceso.fields.centroMovilizacion {% endtrans %}
  659.             </td>
  660.             <td width=\"75%\">
  661.                 {{ entity.centroMovilizacion }}
  662.             </td>
  663.         </tr>
  664.         <tr>
  665.             <td width=\"25%\" style=\"font-weight: bold;\">
  666.                 {% trans from 'crud' %} reclutaproceso.fields.direccion {% endtrans %}
  667.             </td>
  668.             <td width=\"75%\">
  669.                 {{ entity.centroMovilizacion.direccion }}
  670.             </td>
  671.         </tr>
  672.         <tr>
  673.             <td width=\"25%\" style=\"font-weight: bold;\">
  674.                 {% trans from 'crud' %} reclutaproceso.fields.direccionAcuartelamiento {% endtrans %}
  675.             </td>
  676.             <td width=\"75%\">
  677.                 {% if (entity.centroMovilizacion.direccionAcuartelamiento and entity.centroMovilizacion.direccionAcuartelamiento != '') %}
  678.                         {{ entity.centroMovilizacion.direccionAcuartelamiento }}
  679.                 {% else %}
  680.                         {{ entity.centroMovilizacion.direccion }}
  681.                 {% endif %}
  682.             </td>
  683.         </tr>
  684.         <tr>
  685.             <td style=\"font-weight: bold;\">
  686.                 {% trans from 'crud' %} reclutaproceso.fields.resultadosAntecedentes {% endtrans %}
  687.             </td>
  688.             <td style=\"padding: 2px 15px;\">
  689.                 <input type='radio' id='antecedentes_1' {% if entity.resultadosAntecedentes==1%}checked='true'{% endif %} disabled='true'>&nbsp;&nbsp;Antecedentes penales
  690.                 <br>   
  691.                 <input type='radio' id='antecedentes_2' {% if entity.resultadosAntecedentes==2%}checked='true'{% endif %} disabled='true'>&nbsp;&nbsp;Impedimento de salida del país
  692.                 <br>   
  693.                 <input type='radio' id='antecedentes_3' {% if entity.resultadosAntecedentes==3%}checked='true'{% endif %} disabled='true'>&nbsp;&nbsp;Alerta migratoria
  694.                 <br>
  695.                 <input type='radio' id='antecedentes_4' {% if entity.resultadosAntecedentes==4%}checked='true'{% endif %} disabled='true'>&nbsp;&nbsp;Juicio de alimentos</p>   
  696.             </td>
  697.         </tr>
  698.         <tr>
  699.             <td style=\"font-weight: bold;\">
  700.                 {% trans from 'crud' %} reclutaproceso.fields.nivelInstruccion {% endtrans %}
  701.             </td>
  702.             <td style=\"vertical-align: center\">
  703.                 <table width=\"100%\" class=\"table table-striped table-bordered pdffont\">
  704.                     <tr>                       
  705.                         <td style=\"font-weight: bold;\" width=\"50%\">Título</td>
  706.                         <td style=\"font-weight: bold;\" width=\"30%\">Detalle</td>
  707.                     </tr>
  708.                     {% for estudio in entity.resultadosEstudios %}
  709.                         <tr>                          
  710.                             <td>{{ estudio.titulo }}</td>
  711.                             <td>{{ estudio.institucion }}</td>
  712.                         </tr>
  713.                     {% endfor %}
  714.                 </table>
  715.             </td>
  716.         </tr>
  717.          <tr>
  718.             <td style=\"font-weight: bold;\">
  719.                 {% trans from 'crud' %} reclutaproceso.fields.encuesta {% endtrans %}
  720.             </td>
  721.             <td>
  722.                 {% if entity.turno %}
  723.                     Terminada
  724.                 {% else %}
  725.                     No terminada
  726.                 {% endif %}
  727.             </td>
  728.         </tr>
  729.     </table>
  730.         
  731.     <div class=\"pdffont\" style=\"text-align: justify; page-break-before: always;\">
  732.         <br>
  733.         Señores<br>
  734.         <b>DIRECCIÓN DE MOVILIZACIÓN DEL COMANDO CONJUNTO DE LAS FUERZAS ARMADAS</b><br>
  735.         De mis consideraciones:<br>
  736.         <br>
  737.         El que suscribe <b>{{ entity.recluta.nombres }}</b>, de nacionalidad {{ entity.recluta.paisNacimiento }}, mayor de edad, estado civil {{ entity.recluta.estadoCivil }}, 
  738.         con cédula de ciudadanía No <b>{{ entity.recluta.identificacion }}</b>, domiciliado en 
  739.         {% if entity.paisResidencia=='Ecuador' %}                
  740.         cantón {{ entity.canton }}, provincia {{ entity.provincia }},
  741.         {% else %}
  742.             {{ entity.referencias }},
  743.         {% endif %}
  744.         por medio de la presente DECLARO que me encuentro en buen estado de salud física y mental, no presento enfermedad 
  745.         crónica o infecto contagiosa, tener las condiciones necesarias para cumplir el servicio militar en Fuerzas Armadas
  746.         y autorizo para que la información consignada sea conocida por las Autoridades competentes como establece 
  747.         el Código Orgánico Integral Penal y demás normativas legales.<br>
  748.         <br><br>
  749.         <p>_______________________________________________</p>
  750.         {{ entity.recluta.nombres }}
  751.     </div>
  752.     </div>
  753. {% endblock body %}
  754. ""ReclutaProceso/show_pdf_gral.html.twig""/data/produccion/integral/src/templates/ReclutaProceso/show_pdf_gral.html.twig");
  755.     }
  756. }