var/cache/dev/twig/66/66282bffba01e93b8d49b2d1e4066d3d.php line 637

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.html.twig */
  14. class __TwigTemplate_9cba0c4474822521e90bf18f6d410544 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.             'jquery' => [$this'block_jquery'],
  24.             'principal_heading' => [$this'block_principal_heading'],
  25.             'showdata' => [$this'block_showdata'],
  26.             'prev_acuartelamiento' => [$this'block_prev_acuartelamiento'],
  27.             'centro_movilizacion' => [$this'block_centro_movilizacion'],
  28.             'more_acuartelamiento' => [$this'block_more_acuartelamiento'],
  29.             'more_seccion' => [$this'block_more_seccion'],
  30.             'actions' => [$this'block_actions'],
  31.             'action_retorno' => [$this'block_action_retorno'],
  32.         ];
  33.     }
  34.     protected function doGetParent(array $context)
  35.     {
  36.         // line 1
  37.         return "@crud\\crud\\show.html.twig";
  38.     }
  39.     protected function doDisplay(array $context, array $blocks = [])
  40.     {
  41.         $macros $this->macros;
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ReclutaProceso/show.html.twig"));
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ReclutaProceso/show.html.twig"));
  46.         $this->parent $this->loadTemplate("@crud\\crud\\show.html.twig""ReclutaProceso/show.html.twig"1);
  47.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  50.         
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  52.     }
  53.     // line 3
  54.     public function block_jquery($context, array $blocks = [])
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""jquery"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""jquery"));
  61.         // line 4
  62.         echo "    ";
  63.         $this->displayParentBlock("jquery"$context$blocks);
  64.         echo "
  65.     <script type=\"text/javascript\">
  66.         \$(function()
  67.         {
  68.             \$(\".resultado\").click(function(e){
  69.                 if (\$('#resultadoIdoneo').prop('checked'))
  70.                 {
  71.                     \$('#trUnidadAsignar').removeClass('hide');
  72.                     \$('#trCausaRechazo').addClass('hide');
  73.                     \$('#trObservaciones').addClass('hide');
  74.                     \$('#trVolver').addClass('hide');
  75.                 }
  76.                 else
  77.                 {
  78.                     \$('#trUnidadAsignar').addClass('hide');
  79.                     \$('#trUnidad').addClass('hide');
  80.                     \$('#trCausaRechazo').removeClass('hide');
  81.                     \$('#trObservaciones').removeClass('hide');
  82.                     \$('#trVolver').removeClass('hide');
  83.                 }
  84.             });        
  85.             \$(\"#botonAsignar\").click(function(e){
  86.                 e.preventDefault();
  87.                 \$('#divResultado').mask('&nbsp;&nbsp;&nbsp;&nbsp;Asignando unidad...');
  88.                 var url = \$(this).attr('href');
  89.                 \$.getJSON(url , function(result){
  90.                     \$('#divResultado').unmask();
  91.                     if (result.ok)
  92.                     {
  93.                         if (result.choose)
  94.                         {
  95.                             \$(\"#chooseCentro\").html(result.centro);
  96.                             \$(\"#selectUnidad\").html(result.unidades);
  97.                     \$(\"#selectUnidad\").addClass('chosen-select');
  98.                     \$('.chosen-select').chosen({allow_single_deselect:true}); 
  99.                             \$(\"#chooseUnidad\").dialog(\"open\");
  100.                         }
  101.                         else
  102.                         {
  103.                             \$('#trUnidadAsignar').addClass('hide');
  104.                             \$('#trUnidad').removeClass('hide');
  105.                             \$('#span_unidad').html(result.unidad);
  106.                             \$('#form_unidad').val(result.unidadId);
  107.                             \$('#span_centro').html(result.centro);
  108.                         }
  109.                     }
  110.                     else
  111.                     {
  112.                         showError(bootbox, result.msg);
  113.                     }
  114.                 });
  115.             }); 
  116.             \$(\"#botonTerminar\").click(function(e){
  117.                 e.preventDefault();
  118.                 var ok=true;
  119.                 var msg='';
  120.                 if (\$('#resultadoIdoneo').prop('checked'))
  121.                 {
  122.                     if (!\$('#form_unidad').val())
  123.                     {
  124.                         ok=false;
  125.                         msg = 'Debe asignar la unidad militar';
  126.                     }
  127.                 }
  128.                 else
  129.                 {
  130.                     if (\$('#resultadoNoIdoneo').prop('checked'))
  131.                     {
  132.                         if (!(\$('#causaPsicologica').prop('checked') || \$('#causaMedica').prop('checked') || \$('#causaLaboratorios').prop('checked')))
  133.                         {
  134.                             ok=false;
  135.                             msg = 'Debe asignar la causa de rechazo';
  136.                         }
  137.                         else
  138.                         {
  139.                             if (!\$('#observaciones').val())
  140.                             {
  141.                                 ok=false;
  142.                                 msg = 'Debe indicar las observaciones acerca del rechazo';
  143.                             }
  144.                             else
  145.                             {
  146.                                 if (!(\$('#volverEste').prop('checked') || \$('#volverProximo').prop('checked') || \$('#volverNunca').prop('checked')))
  147.                                 {
  148.                                     ok=false;
  149.                                     msg = 'Debe indicar cuando el aspirante puede volver a presentarse';
  150.                                 }
  151.                             }
  152.                         }
  153.                     }
  154.                     else
  155.                     {
  156.                         ok=false;
  157.                         msg = 'Debe indicar un resultado del proceso';
  158.                     }
  159.                 }
  160.                 if (ok)
  161.                 {
  162.                     \$('#divResultado').mask('&nbsp;&nbsp;&nbsp;&nbsp;Terminando proceso...');
  163.                     \$('#form_resultados').ajaxSubmit({
  164.                         type: \$('#form_resultados').attr('method'),
  165.                         url: \$('#form_resultados').attr('action'),
  166.                         dataType: 'json',
  167.                         data: { _xml_http_request: true },
  168.                         success: function(data) {
  169.                             if (data.ok)
  170.                             {  
  171.                                 if (data.fullMasculino || data.fullFemenino)
  172.                                 {
  173.                                     var genero='';
  174.                                     if (data.fullMasculino)
  175.                                         genero = 'masculino';
  176.                                     else
  177.                                         genero = 'femenino';
  178.                                     jConfirm('Asignación exitosa. Con esta asignación se ha alcanzado el cupo '+genero+' de la unidad. ¿Desea ver la nómina de los asignados a la unidad?', 'Alerta', 
  179.                                         function(r) {
  180.                                             if (r) {
  181.                                                 var url = '";
  182.         // line 124
  183.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ajax_nominaPDF", ["proceso" => 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.'124$this->source); })()), "procesoReclutamiento", [], "any"falsefalsefalse124), "id", [], "any"falsefalsefalse124), "unidad" => "__UNIDAD__"]), "html"nulltrue);
  184.         echo "';
  185.                                                 url = url.replace('__UNIDAD__', data.unidadId);
  186.                                                 \$.ajax({
  187.                                                    type: \"GET\",                              
  188.                                                    url:  url,
  189.                                                    //dataType: 'html',
  190.                                                    //data: { _xml_http_request: true },
  191.                                                    success: function(data){
  192.                                                         var mio=0;
  193.                                                         window.open('";
  194.         // line 133
  195.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("exportar_reporte_PDF", ["routeClassName" => "listaasignacionunidad"]);
  196.         echo "', '_blank');
  197.                                                         document.location.reload();
  198.                                                    }
  199.                                     });
  200.                                 }
  201.                                     });
  202.                                 }
  203.                                 else
  204.                                     document.location.reload();
  205.                             }
  206.                             else
  207.                             {
  208.                                 \$('#divResultado').unmask();
  209.                                 showError(bootbox, data.msg);
  210.                             }
  211.                         }
  212.                     })
  213.                 }
  214.                 else
  215.                 {
  216.                     showError(bootbox, msg);
  217.                 }
  218.             }); 
  219.             \$('#chooseUnidad').dialog ({
  220.                 autoOpen : false,
  221.                 height: 500,
  222.                 width: 500,
  223.                 modal: true,
  224.                 resizable: false,
  225.                 title: '<div id=\"texto\" class=\"widget-header widget-header-small\"><h4 class=\"smaller green\"><i class=\"fas fa-home\"></i>&nbsp;Seleccionar Unidad Militar</h4></div>',
  226.                 title_html: true,
  227.                 buttons: {
  228.                     Asignar: function() {
  229.                         if (\$(\"#selectUnidad\").val())
  230.                         {
  231.                             \$('#trUnidadAsignar').addClass('hide');
  232.                             \$('#trUnidad').removeClass('hide');
  233.                             \$('#span_unidad').html(\$('#selectUnidad option:selected').text());
  234.                             \$('#form_unidad').val(\$(\"#selectUnidad\").val());
  235.                             \$('#span_centro').html(\$('#chooseCentro').html());
  236.                             \$( \"#chooseUnidad\" ).dialog( \"close\" );
  237.                         }
  238.                         else
  239.                         alert('Debe seleccionar una unidad');
  240.                     },
  241.                     Cancelar: function() {
  242.                         \$( \"#chooseUnidad\" ).dialog( \"close\" );
  243.                     }
  244.                 }
  245.             });    
  246. \t\t
  247.         });
  248. \t\t
  249.     </script>    
  250.         
  251. ";
  252.         
  253.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  254.         
  255.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  256.     }
  257.     // line 192
  258.     public function block_principal_heading($context, array $blocks = [])
  259.     {
  260.         $macros $this->macros;
  261.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  262.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""principal_heading"));
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  264.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""principal_heading"));
  265.         // line 193
  266.         echo "    <div class=\"widget-header widget-header-flat\">
  267.         <h4 class=\"widget-title lighter\">
  268.             <i class=\"fas fa-search orange\"></i>
  269.             Visualización del aspirante
  270.         </h4>
  271.     <!--div class=\"widget-toolbar\">
  272.         <a href=\"#\" data-action=\"collapse\">
  273.             <i class=\"fas fa-chevron-up\"></i>
  274.         </a>
  275.     </div-->
  276.     </div>
  277. ";
  278.         
  279.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  280.         
  281.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  282.     }
  283.     // line 207
  284.     public function block_showdata($context, array $blocks = [])
  285.     {
  286.         $macros $this->macros;
  287.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  288.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showdata"));
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  290.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showdata"));
  291.         // line 208
  292.         echo "    
  293.     ";
  294.         // line 209
  295.         $this->displayBlock('prev_acuartelamiento'$context$blocks);
  296.         // line 210
  297.         echo 
  298.                         
  299.     ";
  300.         // line 212
  301.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Crud\\Controller\\crudPlainController::showAction", ["rol" => (isset($context["rol"]) || array_key_exists("rol"$context) ? $context["rol"] : (function () { throw new RuntimeError('Variable "rol" does not exist.'212$this->source); })()), "routeClassName" => "recluta""id" => 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.'212$this->source); })()), "recluta", [], "any"falsefalsefalse212), "parentRouteClassName" => (isset($context["routeClassName"]) || array_key_exists("routeClassName"$context) ? $context["routeClassName"] : (function () { throw new RuntimeError('Variable "routeClassName" does not exist.'212$this->source); })())]));
  302.         echo "
  303.     <div class=\"panel panel-default\">
  304.         <div class=\"panel-heading\">
  305.             <h4 class=\"panel-title green\">
  306.                 <a id=\"atab-1\" aria-expanded=\"true\" class=\"accordion-toggle\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#datosPersonales\">
  307.                     <i class=\"bigger-160 ace-icon fa fa-home \" data-icon-hide=\"ace-icon fa fa-angle-down\" data-icon-show=\"ace-icon fa fa-angle-right\"></i>
  308.                     &nbsp;Lugar de residencia
  309.                 </a>
  310.             </h4>
  311.         </div>
  312.         <div style=\"\" aria-expanded=\"true\" class=\"panel-collapse collapse in \" id=\"datosPersonales\">
  313.             <div class=\"panel-body\" style=\"border-width: 1px; border-color: red\">
  314.                 <div class=\"row\">
  315.                     <div class=\"col-xs-12 col-sm-6\">
  316.                         <table class=\"table table-striped table-bordered table-hover\">
  317.                             <tr>
  318.                                 <th style=\"width: ";
  319.         // line 229
  320.         echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'229$this->source); })()), "html"nulltrue);
  321.         echo "\">
  322.                                     <label>
  323.                                         ";
  324.         // line 231
  325.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.paisResidencia", [], "crud");
  326.         // line 232
  327.         echo "                                    </label>
  328.                                 </th>
  329.                                 <td>
  330.                                     ";
  331.         // line 235
  332.         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.'235$this->source); })()), "paisResidencia", [], "any"falsefalsefalse235), "html"nulltrue);
  333.         echo "
  334.                                 </td>
  335.                             </tr>
  336.                             ";
  337.         // line 238
  338.         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.'238$this->source); })()), "paisResidencia", [], "any"falsefalsefalse238) == "Ecuador")) {
  339.             // line 239
  340.             echo "                                <tr>
  341.                                     <th style=\"width: ";
  342.             // line 240
  343.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'240$this->source); })()), "html"nulltrue);
  344.             echo "\">
  345.                                         <label>
  346.                                         ";
  347.             // line 242
  348.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.region", [], "crud");
  349.             // line 243
  350.             echo "                                        </label>
  351.                                     </th>
  352.                                     <td>
  353.                                         ";
  354.             // line 246
  355.             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.'246$this->source); })()), "region", [], "any"falsefalsefalse246), "html"nulltrue);
  356.             echo "
  357.                                     </td>
  358.                                 </tr>
  359.                                 <tr>
  360.                                     <th style=\"width: ";
  361.             // line 250
  362.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'250$this->source); })()), "html"nulltrue);
  363.             echo "\">
  364.                                         <label>
  365.                                         ";
  366.             // line 252
  367.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.provincia", [], "crud");
  368.             // line 253
  369.             echo "                                        </label>
  370.                                     </th>
  371.                                     <td>
  372.                                         ";
  373.             // line 256
  374.             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.'256$this->source); })()), "provincia", [], "any"falsefalsefalse256), "html"nulltrue);
  375.             echo "
  376.                                     </td>
  377.                                 </tr>
  378.                                 <tr>
  379.                                     <th style=\"width: ";
  380.             // line 260
  381.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'260$this->source); })()), "html"nulltrue);
  382.             echo "\">
  383.                                         <label>
  384.                                         ";
  385.             // line 262
  386.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.canton", [], "crud");
  387.             // line 263
  388.             echo "                                        </label>
  389.                                     </th>
  390.                                     <td>
  391.                                         ";
  392.             // line 266
  393.             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.'266$this->source); })()), "canton", [], "any"falsefalsefalse266), "html"nulltrue);
  394.             echo "
  395.                                     </td>
  396.                                 </tr>
  397.                                 <tr>
  398.                                     <th style=\"width: ";
  399.             // line 270
  400.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'270$this->source); })()), "html"nulltrue);
  401.             echo "\">
  402.                                         <label>
  403.                                         ";
  404.             // line 272
  405.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.lugarResidencia", [], "crud");
  406.             // line 273
  407.             echo "                                        </label>
  408.                                     </th>
  409.                                     <td>
  410.                                         ";
  411.             // line 276
  412.             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.'276$this->source); })()), "lugarResidencia", [], "any"falsefalsefalse276), "html"nulltrue);
  413.             echo "
  414.                                     </td>
  415.                                 </tr>
  416.                             ";
  417.         }
  418.         // line 280
  419.         echo "                        </table>
  420.                     </div>
  421.                     <div class=\"col-xs-12 col-sm-6\">
  422.                         <table class=\"table table-striped table-bordered table-hover\">
  423.                             ";
  424.         // line 284
  425.         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.'284$this->source); })()), "paisResidencia", [], "any"falsefalsefalse284) == "Ecuador")) {
  426.             // line 285
  427.             echo "                                <tr>
  428.                                     <th style=\"width: ";
  429.             // line 286
  430.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'286$this->source); })()), "html"nulltrue);
  431.             echo "\">
  432.                                         <label>
  433.                                         ";
  434.             // line 288
  435.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.callePrincipalResidencia", [], "crud");
  436.             // line 289
  437.             echo "                                        </label>
  438.                                     </th>
  439.                                     <td>
  440.                                         ";
  441.             // line 292
  442.             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.'292$this->source); })()), "callePrincipalResidencia", [], "any"falsefalsefalse292), "html"nulltrue);
  443.             echo "
  444.                                     </td>
  445.                                 </tr>
  446.                                 <tr>
  447.                                     <th style=\"width: ";
  448.             // line 296
  449.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'296$this->source); })()), "html"nulltrue);
  450.             echo "\">
  451.                                         <label>
  452.                                         ";
  453.             // line 298
  454.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.calleSecundariaResidencia", [], "crud");
  455.             // line 299
  456.             echo "                                        </label>
  457.                                     </th>
  458.                                     <td>
  459.                                         ";
  460.             // line 302
  461.             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.'302$this->source); })()), "calleSecundariaResidencia", [], "any"falsefalsefalse302), "html"nulltrue);
  462.             echo "
  463.                                     </td>
  464.                                 </tr>
  465.                                 <tr>
  466.                                     <th style=\"width: ";
  467.             // line 306
  468.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'306$this->source); })()), "html"nulltrue);
  469.             echo "\">
  470.                                         <label>
  471.                                         ";
  472.             // line 308
  473.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.numeroCasa", [], "crud");
  474.             // line 309
  475.             echo "                                        </label>
  476.                                     </th>
  477.                                     <td>
  478.                                         ";
  479.             // line 312
  480.             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.'312$this->source); })()), "numeroCasa", [], "any"falsefalsefalse312), "html"nulltrue);
  481.             echo "
  482.                                     </td>
  483.                                 </tr>
  484.                                 <tr>
  485.                                     <th style=\"width: ";
  486.             // line 316
  487.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'316$this->source); })()), "html"nulltrue);
  488.             echo "\">
  489.                                         <label>
  490.                                         ";
  491.             // line 318
  492.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.referencias", [], "crud");
  493.             // line 319
  494.             echo "                                        </label>
  495.                                     </th>
  496.                                     <td>
  497.                                         ";
  498.             // line 322
  499.             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.'322$this->source); })()), "referencias", [], "any"falsefalsefalse322), "html"nulltrue);
  500.             echo "
  501.                                     </td>
  502.                                 </tr>
  503.                             ";
  504.         } else {
  505.             // line 326
  506.             echo "                                <tr>
  507.                                     <th style=\"width: ";
  508.             // line 327
  509.             echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'327$this->source); })()), "html"nulltrue);
  510.             echo "\">
  511.                                         <label>
  512.                                         ";
  513.             // line 329
  514.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.direccion", [], "crud");
  515.             // line 330
  516.             echo "                                        </label>
  517.                                     </th>
  518.                                     <td>
  519.                                         ";
  520.             // line 333
  521.             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.'333$this->source); })()), "referencias", [], "any"falsefalsefalse333), "html"nulltrue);
  522.             echo "
  523.                                     </td>
  524.                                 </tr>
  525.                             ";
  526.         }
  527.         // line 337
  528.         echo "                        </table>
  529.                     </div>
  530.                 </div>
  531.             </div>
  532.         </div>
  533.     </div>
  534.     <div class=\"panel panel-default\">
  535.         <div class=\"panel-heading\">
  536.             <h4 class=\"panel-title green\">
  537.                 <a id=\"atab-1\" aria-expanded=\"true\" class=\"accordion-toggle\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#datosPersonales\">
  538.                     <i class=\"bigger-160 ace-icon fa fa-home \" data-icon-hide=\"ace-icon fa fa-angle-down\" data-icon-show=\"ace-icon fa fa-angle-right\"></i>
  539.                     &nbsp;Datos del acuartelamiento
  540.                 </a>
  541.             </h4>
  542.         </div>
  543.         <div style=\"\" aria-expanded=\"true\" class=\"panel-collapse collapse in \" id=\"datosPersonales\">
  544.             <div class=\"panel-body\" style=\"border-width: 1px; border-color: red\">
  545.                 <div class=\"row\">
  546.                     <div class=\"col-xs-12\">
  547.                         <table id=\"tabla_acuartelamiento\" class=\"table table-striped table-bordered table-hover\">
  548.                             <tr>
  549.                                 <th style=\"width: ";
  550.         // line 359
  551.         echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'359$this->source); })()), "html"nulltrue);
  552.         echo "\">
  553.                                     <label>
  554.                                         ";
  555.         // line 361
  556.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.centroMovilizacion", [], "crud");
  557.         // line 362
  558.         echo "                                    </label>
  559.                                 </th>
  560.                                 <td>
  561.                                     ";
  562.         // line 365
  563.         $this->displayBlock('centro_movilizacion'$context$blocks);
  564.         // line 368
  565.         echo "                                </td>
  566.                             </tr>
  567.                             <tr>
  568.                                 <th style=\"width: ";
  569.         // line 371
  570.         echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'371$this->source); })()), "html"nulltrue);
  571.         echo "\">
  572.                                     <label>
  573.                                         ";
  574.         // line 373
  575.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.direccionAcuartelamiento", [], "crud");
  576.         // line 374
  577.         echo "                                    </label>
  578.                                 </th>
  579.                                 <td>
  580.                                     <span id=\"direccion_acuartelamiento\">
  581.                                         ";
  582.         // line 378
  583.         echo twig_escape_filter($this->env, ((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.'378$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse378), "direccionAcuartelamiento", [], "any"falsefalsefalse378)) ? (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.'378$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse378), "direccionAcuartelamiento", [], "any"falsefalsefalse378)) : (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.'378$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse378), "direccion", [], "any"falsefalsefalse378))), "html"nulltrue);
  584.         echo "
  585.                                     </span>
  586.                                 </td>
  587.                             </tr>
  588.                             ";
  589.         // line 396
  590.         echo "                            <tr>
  591.                                 <th style=\"width: ";
  592.         // line 397
  593.         echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'397$this->source); })()), "html"nulltrue);
  594.         echo "\">
  595.                                     <label>
  596.                                         ";
  597.         // line 399
  598.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.resultadosAntecedentes", [], "crud");
  599.         // line 400
  600.         echo "                                    </label>
  601.                                 </th>
  602.                                 <td>
  603.                                     <p><input type='radio' id='antecedentes_1' ";
  604.         // line 403
  605.         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.'403$this->source); })()), "resultadosAntecedentes", [], "any"falsefalsefalse403) == 1)) {
  606.             echo "checked='true'";
  607.         }
  608.         echo " disabled='true'>&nbsp;Antecedentes penales</p>   
  609.                                     <p><input type='radio' id='antecedentes_2' ";
  610.         // line 404
  611.         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.'404$this->source); })()), "resultadosAntecedentes", [], "any"falsefalsefalse404) == 2)) {
  612.             echo "checked='true'";
  613.         }
  614.         echo " disabled='true'>&nbsp;Impedimento de salida del país</p>   
  615.                                     <p><input type='radio' id='antecedentes_3' ";
  616.         // line 405
  617.         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.'405$this->source); })()), "resultadosAntecedentes", [], "any"falsefalsefalse405) == 3)) {
  618.             echo "checked='true'";
  619.         }
  620.         echo " disabled='true'>&nbsp;Alerta migratoria</p>   
  621.                                     <p><input type='radio' id='antecedentes_4' ";
  622.         // line 406
  623.         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.'406$this->source); })()), "resultadosAntecedentes", [], "any"falsefalsefalse406) == 4)) {
  624.             echo "checked='true'";
  625.         }
  626.         echo " disabled='true'>&nbsp;Orden de Captura</p>   
  627.                                 </td>   
  628.                             </tr>
  629.                             <tr>
  630.                                 <th style=\"width: ";
  631.         // line 410
  632.         echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'410$this->source); })()), "html"nulltrue);
  633.         echo "\">
  634.                                     <label>
  635.                                         ";
  636.         // line 412
  637.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.nivelInstruccion", [], "crud");
  638.         echo ":
  639.                                     </label>
  640.                                 </th>
  641.                                 <td>
  642.                                     <table class=\"table\">
  643.                                         <tr>
  644.                                             <th>";
  645.         // line 418
  646.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.estudioInstitucion", [], "crud");
  647.         echo "</th>
  648.                                             <th>";
  649.         // line 419
  650.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("reclutaproceso.fields.estudioTitulo", [], "crud");
  651.         echo "</th>
  652.                                         </tr>
  653.                                         ";
  654.         // line 421
  655.         $context['_parent'] = $context;
  656.         $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.'421$this->source); })()), "resultadosEstudios", [], "any"falsefalsefalse421));
  657.         foreach ($context['_seq'] as $context["_key"] => $context["estudio"]) {
  658.             // line 422
  659.             echo "                                            <tr>                                               
  660.                                                 <td>";
  661.             // line 423
  662.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["estudio"], "institucion", [], "any"falsefalsefalse423), "html"nulltrue);
  663.             echo "</td>
  664.                                                 <td>";
  665.             // line 424
  666.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["estudio"], "titulo", [], "any"falsefalsefalse424), "html"nulltrue);
  667.             echo "</td>
  668.                                             </tr>
  669.                                         ";
  670.         }
  671.         $_parent $context['_parent'];
  672.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['estudio'], $context['_parent'], $context['loop']);
  673.         $context array_intersect_key($context$_parent) + $_parent;
  674.         // line 427
  675.         echo "                                    </table>
  676.                                 </td>
  677.                             </tr>
  678.                             <tr>
  679.                                 <th style=\"width: ";
  680.         // line 431
  681.         echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'431$this->source); })()), "html"nulltrue);
  682.         echo "\">
  683.                                     <label>
  684.                                         Encuesta psicológica:
  685.                                     </label>
  686.                                 </th>
  687.                                 <td>
  688.                                     ";
  689.         // line 437
  690.         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.'437$this->source); })()), "turno", [], "any"falsefalsefalse437)) {
  691.             // line 438
  692.             echo "                                        Terminada
  693.                                     ";
  694.         } else {
  695.             // line 440
  696.             echo "                                        No terminada
  697.                                     ";
  698.         }
  699.         // line 442
  700.         echo "                                </td>
  701.                                 </tr>
  702.                         </table>
  703.                         ";
  704.         // line 445
  705.         $this->displayBlock('more_acuartelamiento'$context$blocks);
  706.         // line 446
  707.         echo "        
  708.                     </div>
  709.                 </div>
  710.             </div>
  711.         </div>
  712.     </div>
  713. <!--
  714.     ";
  715.         // line 453
  716.         $this->displayBlock('more_seccion'$context$blocks);
  717.         // line 632
  718.         echo "        
  719.     <div id=\"chooseUnidad\">
  720.         <h4><span id=\"chooseCentro\"></span></h4>
  721.         <p>Seleccione la unidad</p>
  722.         <select id=\"selectUnidad\"></select>
  723.     </div>
  724. ";
  725.         
  726.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  727.         
  728.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  729.     }
  730.     // line 209
  731.     public function block_prev_acuartelamiento($context, array $blocks = [])
  732.     {
  733.         $macros $this->macros;
  734.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  735.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""prev_acuartelamiento"));
  736.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  737.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""prev_acuartelamiento"));
  738.         echo "        
  739.     ";
  740.         
  741.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  742.         
  743.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  744.     }
  745.     // line 365
  746.     public function block_centro_movilizacion($context, array $blocks = [])
  747.     {
  748.         $macros $this->macros;
  749.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  750.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""centro_movilizacion"));
  751.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  752.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""centro_movilizacion"));
  753.         // line 366
  754.         echo "                                    ";
  755.         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.'366$this->source); })()), "centroMovilizacion", [], "any"falsefalsefalse366), "html"nulltrue);
  756.         echo "
  757.                                     ";
  758.         
  759.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  760.         
  761.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  762.     }
  763.     // line 445
  764.     public function block_more_acuartelamiento($context, array $blocks = [])
  765.     {
  766.         $macros $this->macros;
  767.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  768.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""more_acuartelamiento"));
  769.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  770.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""more_acuartelamiento"));
  771.         echo "        
  772.                         ";
  773.         
  774.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  775.         
  776.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  777.     }
  778.     // line 453
  779.     public function block_more_seccion($context, array $blocks = [])
  780.     {
  781.         $macros $this->macros;
  782.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  783.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""more_seccion"));
  784.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  785.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""more_seccion"));
  786.         echo "        
  787.         <div class=\"panel panel-default\">
  788.             <div class=\"panel-heading\">
  789.                 <h4 class=\"panel-title green\">
  790.                     <a id=\"atab-1\" aria-expanded=\"true\" class=\"accordion-toggle\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#datosPersonales\">
  791.                         <i class=\"bigger-160 ace-icon fa fa-home \" data-icon-hide=\"ace-icon fa fa-angle-down\" data-icon-show=\"ace-icon fa fa-angle-right\"></i>
  792.                         &nbsp;Resultados del proceso
  793.                     </a>
  794.                 </h4>
  795.             </div>
  796.             <div style=\"\" aria-expanded=\"true\" class=\"panel-collapse collapse in \" id=\"datosPersonales\">
  797.                 ";
  798.         // line 464
  799.         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.'464$this->source); })()), "certificadoVacunacionOk", [], "any"falsefalsefalse464)) {
  800.             // line 465
  801.             echo "                    <div id='no_cupo' class='hide'>
  802.                         <i class=\"fas fa-ban red bigger-300\"></i>
  803.                         <span id=\"span_no_idoneo\" style=\"color: red; font-weight: bold; font-size: 20px\">
  804.                             NO PUEDE REGISTRARSE RESULTADO PORQUE NO SE HA VALIDADO EL CERTIFICADO DE VACUNACIÓN
  805.                         </span>
  806.                     </div>           
  807.                 ";
  808.         } else {
  809.             // line 472
  810.             echo "                    <div id=\"divResultado\" class=\"panel-body\" style=\"border-width: 1px; border-color: red\">
  811.                         <div class=\"row\">
  812.                             <div class=\"col-xs-12\">
  813.                                 ";
  814.             // line 475
  815.             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.'475$this->source); })()), "fechaResultado", [], "any"falsefalsefalse475)) {
  816.                 // line 476
  817.                 echo "                                    ";
  818.                 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.'476$this->source); })()), "idoneo", [], "any"falsefalsefalse476)) {
  819.                     // line 477
  820.                     echo "                                        <p color='green'>IDÓNEO</p>
  821.                                         <table class=\"table table-striped table-bordered table-hover\">
  822.                                             <tr>
  823.                                                 <th style=\"width: ";
  824.                     // line 480
  825.                     echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'480$this->source); })()), "html"nulltrue);
  826.                     echo "\">
  827.                                                     <label>
  828.                                                         Unidad asignada:
  829.                                                     </label>
  830.                                                 </th>
  831.                                                 <td>
  832.                                                     ";
  833.                     // line 486
  834.                     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.'486$this->source); })()), "unidadMilitar", [], "any"falsefalsefalse486), "html"nulltrue);
  835.                     echo "
  836.                                                 </td>
  837.                                                 <th style=\"width: ";
  838.                     // line 488
  839.                     echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'488$this->source); })()), "html"nulltrue);
  840.                     echo "\">
  841.                                                     <label>
  842.                                                         Centro instrucción:
  843.                                                     </label>
  844.                                                 </th>
  845.                                                 <td>
  846.                                                     ";
  847.                     // line 494
  848.                     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.'494$this->source); })()), "unidadMilitar", [], "any"falsefalsefalse494), "centroInstruccion", [], "any"falsefalsefalse494), "html"nulltrue);
  849.                     echo "
  850.                                                 </td>
  851.                                             </tr>
  852.                                         </table>
  853.                                     ";
  854.                 } else {
  855.                     // line 499
  856.                     echo "                                        <p color='red'>NO IDÓNEO</p>
  857.                                         <table class=\"table table-striped table-bordered table-hover\">
  858.                                             <tr>
  859.                                                 <th style=\"width: ";
  860.                     // line 502
  861.                     echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'502$this->source); })()), "html"nulltrue);
  862.                     echo "\">
  863.                                                     <label>
  864.                                                         Causa rechazo:
  865.                                                     </label>
  866.                                                 </th>
  867.                                                 <td>
  868.                                                     ";
  869.                     // line 508
  870.                     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.'508$this->source); })()), "causaRechazo", [], "any"falsefalsefalse508), "html"nulltrue);
  871.                     echo "
  872.                                                 </td>
  873.                                             </tr>
  874.                                             <tr>
  875.                                                 <th style=\"width: ";
  876.                     // line 512
  877.                     echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'512$this->source); })()), "html"nulltrue);
  878.                     echo "\">
  879.                                                     <label>
  880.                                                         Observaciones:
  881.                                                     </label>
  882.                                                 </th>
  883.                                                 <td>
  884.                                                     ";
  885.                     // line 518
  886.                     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.'518$this->source); })()), "observaciones", [], "any"falsefalsefalse518), "html"nulltrue);
  887.                     echo "
  888.                                                 </td>
  889.                                             </tr>
  890.                                             <tr>
  891.                                                 <th style=\"width: ";
  892.                     // line 522
  893.                     echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'522$this->source); })()), "html"nulltrue);
  894.                     echo "\">
  895.                                                     <label>
  896.                                                         Volver a presentarse:
  897.                                                     </label>
  898.                                                 </th>
  899.                                                 <td>
  900.                                                     ";
  901.                     // line 528
  902.                     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.'528$this->source); })()), "volverPresentarse", [], "any"falsefalsefalse528), "html"nulltrue);
  903.                     echo "
  904.                                                 </td>
  905.                                             </tr>
  906.                                         </table>
  907.                                     ";
  908.                 }
  909.                 // line 533
  910.                 echo "                                ";
  911.             }
  912.             // line 534
  913.             echo "                                    ";
  914.             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.'534$this->source); })()), "fechaResultado", [], "any"falsefalsefalse534) || ( !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.'534$this->source); })()), "idoneo", [], "any"falsefalsefalse534) && (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.'534$this->source); })()), "volverPresentarse", [], "any"falsefalsefalse534) == "MISMO")))) {
  915.                 // line 535
  916.                 echo "                                        <form id='form_resultados' method='post' action='";
  917.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("aspirante_salvar_resultado");
  918.                 echo "'>
  919.                                             <input type='hidden' name='resultado[reclutaProceso]' value='";
  920.                 // line 536
  921.                 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.'536$this->source); })()), "id", [], "any"falsefalsefalse536), "html"nulltrue);
  922.                 echo "'>
  923.                                             <table class=\"table table-striped table-bordered table-hover\">
  924.                                                 <tr>
  925.                                                     <th style=\"width: ";
  926.                 // line 539
  927.                 echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'539$this->source); })()), "html"nulltrue);
  928.                 echo "\">
  929.                                                         <label>
  930.                                                             Resultado:
  931.                                                         </label>
  932.                                                     </th>
  933.                                                     <td colspan='3'>
  934.                                                         <input type='radio' class='resultado' id='resultadoIdoneo' name='resultado[resultado]' value='idoneo'>&nbsp;&nbsp;Idóneo
  935.                                                         &nbsp;&nbsp;&nbsp;&nbsp;
  936.                                                         <input type='radio' class='resultado' id='resultadoNoIdoneo' name='resultado[resultado]' value='noidoneo'>&nbsp;&nbsp;No Idóneo
  937.                                                     </td>
  938.                                                 </tr>
  939.                                                 <tr id='trUnidadAsignar' class='hide'>
  940.                                                     <th style=\"width: ";
  941.                 // line 551
  942.                 echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'551$this->source); })()), "html"nulltrue);
  943.                 echo "\">
  944.                                                         <label>
  945.                                                             Unidad asignada:
  946.                                                         </label>
  947.                                                     </th>
  948.                                                     <td colspan='3'>
  949.                                                         <a id=\"botonAsignar\" class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"";
  950.                 // line 557
  951.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("aspirante_asignar_unidad", ["reclutaProceso" => 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.'557$this->source); })()), "id", [], "any"falsefalsefalse557)]), "html"nulltrue);
  952.                 echo "\">
  953.                                                             Asignar Unidad
  954.                                                         </a>
  955.                                                     </td>
  956.                                                 </tr>
  957.                                                 <tr id='trUnidad' class='hide'>
  958.                                                     <th style=\"width: ";
  959.                 // line 563
  960.                 echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'563$this->source); })()), "html"nulltrue);
  961.                 echo "\">
  962.                                                         <label>
  963.                                                             Unidad asignada:
  964.                                                         </label>
  965.                                                     </th>
  966.                                                     <td>
  967.                                                         <span id='span_unidad'></span>
  968.                                                         <input type='hidden' id='form_unidad' name='resultado[unidad]'>
  969.                                                     </td>
  970.                                                     <th style=\"width: ";
  971.                 // line 572
  972.                 echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'572$this->source); })()), "html"nulltrue);
  973.                 echo "\">
  974.                                                         <label>
  975.                                                             Centro instrucción:
  976.                                                         </label>
  977.                                                     </th>
  978.                                                     <td>
  979.                                                         <span id='span_centro'></span>
  980.                                                     </td>
  981.                                                 </tr>
  982.                                                 <tr id='trCausaRechazo' class='hide'>
  983.                                                     <th style=\"width: ";
  984.                 // line 582
  985.                 echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'582$this->source); })()), "html"nulltrue);
  986.                 echo "\">
  987.                                                         <label>
  988.                                                             Causa rechazo:
  989.                                                         </label>
  990.                                                     </th>
  991.                                                     <td>
  992.                                                         <input type='radio' id='causaPsicologica' name='resultado[causa]' value='PSICOLOGICA'>&nbsp;&nbsp;Psicológica
  993.                                                     </td>
  994.                                                     <td>
  995.                                                         <input type='radio' id='causaMedica' name='resultado[causa]' value='MEDICA'>&nbsp;&nbsp;Médica
  996.                                                     </td>
  997.                                                     <td>
  998.                                                         <input type='radio' id='causaLaboratorios' name='resultado[causa]' value='LABORATORIO'>&nbsp;&nbsp;Laboratorio
  999.                                                     </td>
  1000.                                                 </tr>
  1001.                                                 <tr id='trObservaciones' class='hide'>
  1002.                                                     <th style=\"width: ";
  1003.                 // line 598
  1004.                 echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'598$this->source); })()), "html"nulltrue);
  1005.                 echo "\">
  1006.                                                         <label>
  1007.                                                             Observaciones:
  1008.                                                         </label>
  1009.                                                     </th>
  1010.                                                     <td colspan='3'>
  1011.                                                         <textarea id='observaciones' name='resultado[observaciones]' style='width: 100%'></textarea>
  1012.                                                     </td>
  1013.                                                 </tr>
  1014.                                                 <tr id='trVolver' class='hide'>
  1015.                                                     <th style=\"width: ";
  1016.                 // line 608
  1017.                 echo twig_escape_filter($this->env, (isset($context["widthLabel"]) || array_key_exists("widthLabel"$context) ? $context["widthLabel"] : (function () { throw new RuntimeError('Variable "widthLabel" does not exist.'608$this->source); })()), "html"nulltrue);
  1018.                 echo "\">
  1019.                                                         <label>
  1020.                                                             Volver a presentarse:
  1021.                                                         </label>
  1022.                                                     </th>
  1023.                                                     <td>
  1024.                                                         <input type='radio' id='volverEste' name='resultado[volver]' value='MISMO'>&nbsp;&nbsp;En este proceso
  1025.                                                     </td>
  1026.                                                     <td>
  1027.                                                         <input type='radio' id='volverProximo' name='resultado[volver]' value='PROXIMO'>&nbsp;&nbsp;Próximo proceso
  1028.                                                     </td>
  1029.                                                     <td>
  1030.                                                         <input type='radio' id='volverNunca' name='resultado[volver]' value='NUNCA'>&nbsp;&nbsp;Nunca
  1031.                                                     </td>
  1032.                                                 </tr>
  1033.                                             </table>
  1034.                                         </form>
  1035.                                     ";
  1036.             }
  1037.             // line 626
  1038.             echo "                            </div>
  1039.                         </div>
  1040.                     </div>
  1041.                 ";
  1042.         }
  1043.         // line 630
  1044.         echo "            </div>
  1045.         </div>
  1046.     ";
  1047.         
  1048.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1049.         
  1050.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1051.     }
  1052.     // line 641
  1053.     public function block_actions($context, array $blocks = [])
  1054.     {
  1055.         $macros $this->macros;
  1056.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1057.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""actions"));
  1058.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1059.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""actions"));
  1060.         // line 642
  1061.         echo "    <div class=\"row\">
  1062.         <div class=\"col-xs-6\">
  1063.             <center>
  1064.                 ";
  1065.         // line 645
  1066.         $this->displayBlock('action_retorno'$context$blocks);
  1067.         // line 650
  1068.         echo 
  1069.             </center>
  1070.         </div>   
  1071.         ";
  1072.         // line 653
  1073.         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.'653$this->source); })()), "fechaResultado", [], "any"falsefalsefalse653)) {
  1074.             // line 654
  1075.             echo "            ";
  1076.             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.'654$this->source); })()), "certificadoVacunacionOk", [], "any"falsefalsefalse654)) {
  1077.                 // line 655
  1078.                 echo "                <div class=\"col-xs-6 forChanges\">
  1079.                     <center>
  1080.                         <a id=\"botonTerminar\" class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"\">Terminar proceso</a>
  1081.                     </center>
  1082.                 </div>    
  1083.             ";
  1084.             }
  1085.             // line 660
  1086.             echo "            
  1087.         ";
  1088.         } else {
  1089.             // line 661
  1090.             echo "            
  1091.             <div class=\"col-xs-6 forChanges\">
  1092.                 <center>
  1093.                     <a id=\"botonImprimir\"  target=\"_blank\" class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"";
  1094.             // line 664
  1095.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("imprimirFichaProceso", ["idReclutaProceso" => 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.'664$this->source); })()), "id", [], "any"falsefalsefalse664)]), "html"nulltrue);
  1096.             echo "\">Imprimir resultado</a>
  1097.                 </center>
  1098.             </div>    
  1099.         ";
  1100.         }
  1101.         // line 667
  1102.         echo "                     
  1103.         </div>
  1104. -->
  1105. ";
  1106.         
  1107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1108.         
  1109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1110.     }
  1111.     // line 645
  1112.     public function block_action_retorno($context, array $blocks = [])
  1113.     {
  1114.         $macros $this->macros;
  1115.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""action_retorno"));
  1117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1118.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""action_retorno"));
  1119.         // line 646
  1120.         echo "                    ";
  1121.         // line 647
  1122.         echo "                    <a class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"";
  1123.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("crud_plain_back_to_list", ["routeClassName" => (isset($context["routeClassName"]) || array_key_exists("routeClassName"$context) ? $context["routeClassName"] : (function () { throw new RuntimeError('Variable "routeClassName" does not exist.'647$this->source); })()), "id" => 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.'647$this->source); })()), "id", [], "any"falsefalsefalse647), "from" => "show"]), "html"nulltrue);
  1124.         echo "\">
  1125.                         ";
  1126.         // line 648
  1127.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("botones.regresar", [], "crud");
  1128.         // line 649
  1129.         echo "                    </a>
  1130.                 ";
  1131.         
  1132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1133.         
  1134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1135.     }
  1136.     public function getTemplateName()
  1137.     {
  1138.         return "ReclutaProceso/show.html.twig";
  1139.     }
  1140.     public function isTraitable()
  1141.     {
  1142.         return false;
  1143.     }
  1144.     public function getDebugInfo()
  1145.     {
  1146.         return array (  1192 => 649,  1190 => 648,  1185 => 647,  1183 => 646,  1173 => 645,  1160 => 667,  1153 => 664,  1148 => 661,  1144 => 660,  1136 => 655,  1133 => 654,  1131 => 653,  1126 => 650,  1124 => 645,  1119 => 642,  1109 => 641,  1097 => 630,  1091 => 626,  1070 => 608,  1057 => 598,  1038 => 582,  1025 => 572,  1013 => 563,  1004 => 557,  995 => 551,  980 => 539,  974 => 536,  969 => 535,  966 => 534,  963 => 533,  955 => 528,  946 => 522,  939 => 518,  930 => 512,  923 => 508,  914 => 502,  909 => 499,  901 => 494,  892 => 488,  887 => 486,  878 => 480,  873 => 477,  870 => 476,  868 => 475,  863 => 472,  854 => 465,  852 => 464,  830 => 453,  810 => 445,  797 => 366,  787 => 365,  767 => 209,  750 => 632,  748 => 453,  739 => 446,  737 => 445,  732 => 442,  728 => 440,  724 => 438,  722 => 437,  713 => 431,  707 => 427,  698 => 424,  694 => 423,  691 => 422,  687 => 421,  682 => 419,  678 => 418,  669 => 412,  664 => 410,  655 => 406,  649 => 405,  643 => 404,  637 => 403,  632 => 400,  630 => 399,  625 => 397,  622 => 396,  615 => 378,  609 => 374,  607 => 373,  602 => 371,  597 => 368,  595 => 365,  590 => 362,  588 => 361,  583 => 359,  559 => 337,  552 => 333,  547 => 330,  545 => 329,  540 => 327,  537 => 326,  530 => 322,  525 => 319,  523 => 318,  518 => 316,  511 => 312,  506 => 309,  504 => 308,  499 => 306,  492 => 302,  487 => 299,  485 => 298,  480 => 296,  473 => 292,  468 => 289,  466 => 288,  461 => 286,  458 => 285,  456 => 284,  450 => 280,  443 => 276,  438 => 273,  436 => 272,  431 => 270,  424 => 266,  419 => 263,  417 => 262,  412 => 260,  405 => 256,  400 => 253,  398 => 252,  393 => 250,  386 => 246,  381 => 243,  379 => 242,  374 => 240,  371 => 239,  369 => 238,  363 => 235,  358 => 232,  356 => 231,  351 => 229,  331 => 212,  327 => 210,  325 => 209,  322 => 208,  312 => 207,  290 => 193,  280 => 192,  212 => 133,  200 => 124,  76 => 4,  66 => 3,  43 => 1,);
  1147.     }
  1148.     public function getSourceContext()
  1149.     {
  1150.         return new Source("{% extends \"@crud\\\\crud\\\\show.html.twig\" %}
  1151. {% block jquery %}
  1152.     {{ parent() }}
  1153.     <script type=\"text/javascript\">
  1154.         \$(function()
  1155.         {
  1156.             \$(\".resultado\").click(function(e){
  1157.                 if (\$('#resultadoIdoneo').prop('checked'))
  1158.                 {
  1159.                     \$('#trUnidadAsignar').removeClass('hide');
  1160.                     \$('#trCausaRechazo').addClass('hide');
  1161.                     \$('#trObservaciones').addClass('hide');
  1162.                     \$('#trVolver').addClass('hide');
  1163.                 }
  1164.                 else
  1165.                 {
  1166.                     \$('#trUnidadAsignar').addClass('hide');
  1167.                     \$('#trUnidad').addClass('hide');
  1168.                     \$('#trCausaRechazo').removeClass('hide');
  1169.                     \$('#trObservaciones').removeClass('hide');
  1170.                     \$('#trVolver').removeClass('hide');
  1171.                 }
  1172.             });        
  1173.             \$(\"#botonAsignar\").click(function(e){
  1174.                 e.preventDefault();
  1175.                 \$('#divResultado').mask('&nbsp;&nbsp;&nbsp;&nbsp;Asignando unidad...');
  1176.                 var url = \$(this).attr('href');
  1177.                 \$.getJSON(url , function(result){
  1178.                     \$('#divResultado').unmask();
  1179.                     if (result.ok)
  1180.                     {
  1181.                         if (result.choose)
  1182.                         {
  1183.                             \$(\"#chooseCentro\").html(result.centro);
  1184.                             \$(\"#selectUnidad\").html(result.unidades);
  1185.                     \$(\"#selectUnidad\").addClass('chosen-select');
  1186.                     \$('.chosen-select').chosen({allow_single_deselect:true}); 
  1187.                             \$(\"#chooseUnidad\").dialog(\"open\");
  1188.                         }
  1189.                         else
  1190.                         {
  1191.                             \$('#trUnidadAsignar').addClass('hide');
  1192.                             \$('#trUnidad').removeClass('hide');
  1193.                             \$('#span_unidad').html(result.unidad);
  1194.                             \$('#form_unidad').val(result.unidadId);
  1195.                             \$('#span_centro').html(result.centro);
  1196.                         }
  1197.                     }
  1198.                     else
  1199.                     {
  1200.                         showError(bootbox, result.msg);
  1201.                     }
  1202.                 });
  1203.             }); 
  1204.             \$(\"#botonTerminar\").click(function(e){
  1205.                 e.preventDefault();
  1206.                 var ok=true;
  1207.                 var msg='';
  1208.                 if (\$('#resultadoIdoneo').prop('checked'))
  1209.                 {
  1210.                     if (!\$('#form_unidad').val())
  1211.                     {
  1212.                         ok=false;
  1213.                         msg = 'Debe asignar la unidad militar';
  1214.                     }
  1215.                 }
  1216.                 else
  1217.                 {
  1218.                     if (\$('#resultadoNoIdoneo').prop('checked'))
  1219.                     {
  1220.                         if (!(\$('#causaPsicologica').prop('checked') || \$('#causaMedica').prop('checked') || \$('#causaLaboratorios').prop('checked')))
  1221.                         {
  1222.                             ok=false;
  1223.                             msg = 'Debe asignar la causa de rechazo';
  1224.                         }
  1225.                         else
  1226.                         {
  1227.                             if (!\$('#observaciones').val())
  1228.                             {
  1229.                                 ok=false;
  1230.                                 msg = 'Debe indicar las observaciones acerca del rechazo';
  1231.                             }
  1232.                             else
  1233.                             {
  1234.                                 if (!(\$('#volverEste').prop('checked') || \$('#volverProximo').prop('checked') || \$('#volverNunca').prop('checked')))
  1235.                                 {
  1236.                                     ok=false;
  1237.                                     msg = 'Debe indicar cuando el aspirante puede volver a presentarse';
  1238.                                 }
  1239.                             }
  1240.                         }
  1241.                     }
  1242.                     else
  1243.                     {
  1244.                         ok=false;
  1245.                         msg = 'Debe indicar un resultado del proceso';
  1246.                     }
  1247.                 }
  1248.                 if (ok)
  1249.                 {
  1250.                     \$('#divResultado').mask('&nbsp;&nbsp;&nbsp;&nbsp;Terminando proceso...');
  1251.                     \$('#form_resultados').ajaxSubmit({
  1252.                         type: \$('#form_resultados').attr('method'),
  1253.                         url: \$('#form_resultados').attr('action'),
  1254.                         dataType: 'json',
  1255.                         data: { _xml_http_request: true },
  1256.                         success: function(data) {
  1257.                             if (data.ok)
  1258.                             {  
  1259.                                 if (data.fullMasculino || data.fullFemenino)
  1260.                                 {
  1261.                                     var genero='';
  1262.                                     if (data.fullMasculino)
  1263.                                         genero = 'masculino';
  1264.                                     else
  1265.                                         genero = 'femenino';
  1266.                                     jConfirm('Asignación exitosa. Con esta asignación se ha alcanzado el cupo '+genero+' de la unidad. ¿Desea ver la nómina de los asignados a la unidad?', 'Alerta', 
  1267.                                         function(r) {
  1268.                                             if (r) {
  1269.                                                 var url = '{{ path('ajax_nominaPDF', {'proceso': entity.procesoReclutamiento.id, 'unidad':'__UNIDAD__'}) }}';
  1270.                                                 url = url.replace('__UNIDAD__', data.unidadId);
  1271.                                                 \$.ajax({
  1272.                                                    type: \"GET\",                              
  1273.                                                    url:  url,
  1274.                                                    //dataType: 'html',
  1275.                                                    //data: { _xml_http_request: true },
  1276.                                                    success: function(data){
  1277.                                                         var mio=0;
  1278.                                                         window.open('{{ path('exportar_reporte_PDF', {'routeClassName': 'listaasignacionunidad'}) }}', '_blank');
  1279.                                                         document.location.reload();
  1280.                                                    }
  1281.                                     });
  1282.                                 }
  1283.                                     });
  1284.                                 }
  1285.                                 else
  1286.                                     document.location.reload();
  1287.                             }
  1288.                             else
  1289.                             {
  1290.                                 \$('#divResultado').unmask();
  1291.                                 showError(bootbox, data.msg);
  1292.                             }
  1293.                         }
  1294.                     })
  1295.                 }
  1296.                 else
  1297.                 {
  1298.                     showError(bootbox, msg);
  1299.                 }
  1300.             }); 
  1301.             \$('#chooseUnidad').dialog ({
  1302.                 autoOpen : false,
  1303.                 height: 500,
  1304.                 width: 500,
  1305.                 modal: true,
  1306.                 resizable: false,
  1307.                 title: '<div id=\"texto\" class=\"widget-header widget-header-small\"><h4 class=\"smaller green\"><i class=\"fas fa-home\"></i>&nbsp;Seleccionar Unidad Militar</h4></div>',
  1308.                 title_html: true,
  1309.                 buttons: {
  1310.                     Asignar: function() {
  1311.                         if (\$(\"#selectUnidad\").val())
  1312.                         {
  1313.                             \$('#trUnidadAsignar').addClass('hide');
  1314.                             \$('#trUnidad').removeClass('hide');
  1315.                             \$('#span_unidad').html(\$('#selectUnidad option:selected').text());
  1316.                             \$('#form_unidad').val(\$(\"#selectUnidad\").val());
  1317.                             \$('#span_centro').html(\$('#chooseCentro').html());
  1318.                             \$( \"#chooseUnidad\" ).dialog( \"close\" );
  1319.                         }
  1320.                         else
  1321.                         alert('Debe seleccionar una unidad');
  1322.                     },
  1323.                     Cancelar: function() {
  1324.                         \$( \"#chooseUnidad\" ).dialog( \"close\" );
  1325.                     }
  1326.                 }
  1327.             });    
  1328. \t\t
  1329.         });
  1330. \t\t
  1331.     </script>    
  1332.         
  1333. {% endblock %}
  1334. {% block principal_heading %}
  1335.     <div class=\"widget-header widget-header-flat\">
  1336.         <h4 class=\"widget-title lighter\">
  1337.             <i class=\"fas fa-search orange\"></i>
  1338.             Visualización del aspirante
  1339.         </h4>
  1340.     <!--div class=\"widget-toolbar\">
  1341.         <a href=\"#\" data-action=\"collapse\">
  1342.             <i class=\"fas fa-chevron-up\"></i>
  1343.         </a>
  1344.     </div-->
  1345.     </div>
  1346. {% endblock %}
  1347. {% block showdata %}
  1348.     
  1349.     {% block prev_acuartelamiento %}        
  1350.     {% endblock prev_acuartelamiento %} 
  1351.                         
  1352.     {{ render(controller('App\\\\Crud\\\\Controller\\\\crudPlainController::showAction', {'rol': rol, 'routeClassName':'recluta', 'id':entity.recluta, 'parentRouteClassName':routeClassName })) }}
  1353.     <div class=\"panel panel-default\">
  1354.         <div class=\"panel-heading\">
  1355.             <h4 class=\"panel-title green\">
  1356.                 <a id=\"atab-1\" aria-expanded=\"true\" class=\"accordion-toggle\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#datosPersonales\">
  1357.                     <i class=\"bigger-160 ace-icon fa fa-home \" data-icon-hide=\"ace-icon fa fa-angle-down\" data-icon-show=\"ace-icon fa fa-angle-right\"></i>
  1358.                     &nbsp;Lugar de residencia
  1359.                 </a>
  1360.             </h4>
  1361.         </div>
  1362.         <div style=\"\" aria-expanded=\"true\" class=\"panel-collapse collapse in \" id=\"datosPersonales\">
  1363.             <div class=\"panel-body\" style=\"border-width: 1px; border-color: red\">
  1364.                 <div class=\"row\">
  1365.                     <div class=\"col-xs-12 col-sm-6\">
  1366.                         <table class=\"table table-striped table-bordered table-hover\">
  1367.                             <tr>
  1368.                                 <th style=\"width: {{ widthLabel }}\">
  1369.                                     <label>
  1370.                                         {% trans from 'crud' %} reclutaproceso.fields.paisResidencia {% endtrans %}
  1371.                                     </label>
  1372.                                 </th>
  1373.                                 <td>
  1374.                                     {{ entity.paisResidencia }}
  1375.                                 </td>
  1376.                             </tr>
  1377.                             {% if entity.paisResidencia=='Ecuador' %}
  1378.                                 <tr>
  1379.                                     <th style=\"width: {{ widthLabel }}\">
  1380.                                         <label>
  1381.                                         {% trans from 'crud' %} reclutaproceso.fields.region {% endtrans %}
  1382.                                         </label>
  1383.                                     </th>
  1384.                                     <td>
  1385.                                         {{ entity.region }}
  1386.                                     </td>
  1387.                                 </tr>
  1388.                                 <tr>
  1389.                                     <th style=\"width: {{ widthLabel }}\">
  1390.                                         <label>
  1391.                                         {% trans from 'crud' %} reclutaproceso.fields.provincia {% endtrans %}
  1392.                                         </label>
  1393.                                     </th>
  1394.                                     <td>
  1395.                                         {{ entity.provincia }}
  1396.                                     </td>
  1397.                                 </tr>
  1398.                                 <tr>
  1399.                                     <th style=\"width: {{ widthLabel }}\">
  1400.                                         <label>
  1401.                                         {% trans from 'crud' %} reclutaproceso.fields.canton {% endtrans %}
  1402.                                         </label>
  1403.                                     </th>
  1404.                                     <td>
  1405.                                         {{ entity.canton }}
  1406.                                     </td>
  1407.                                 </tr>
  1408.                                 <tr>
  1409.                                     <th style=\"width: {{ widthLabel }}\">
  1410.                                         <label>
  1411.                                         {% trans from 'crud' %} reclutaproceso.fields.lugarResidencia {% endtrans %}
  1412.                                         </label>
  1413.                                     </th>
  1414.                                     <td>
  1415.                                         {{ entity.lugarResidencia }}
  1416.                                     </td>
  1417.                                 </tr>
  1418.                             {% endif %}
  1419.                         </table>
  1420.                     </div>
  1421.                     <div class=\"col-xs-12 col-sm-6\">
  1422.                         <table class=\"table table-striped table-bordered table-hover\">
  1423.                             {% if entity.paisResidencia=='Ecuador' %}
  1424.                                 <tr>
  1425.                                     <th style=\"width: {{ widthLabel }}\">
  1426.                                         <label>
  1427.                                         {% trans from 'crud' %} reclutaproceso.fields.callePrincipalResidencia {% endtrans %}
  1428.                                         </label>
  1429.                                     </th>
  1430.                                     <td>
  1431.                                         {{ entity.callePrincipalResidencia }}
  1432.                                     </td>
  1433.                                 </tr>
  1434.                                 <tr>
  1435.                                     <th style=\"width: {{ widthLabel }}\">
  1436.                                         <label>
  1437.                                         {% trans from 'crud' %} reclutaproceso.fields.calleSecundariaResidencia {% endtrans %}
  1438.                                         </label>
  1439.                                     </th>
  1440.                                     <td>
  1441.                                         {{ entity.calleSecundariaResidencia }}
  1442.                                     </td>
  1443.                                 </tr>
  1444.                                 <tr>
  1445.                                     <th style=\"width: {{ widthLabel }}\">
  1446.                                         <label>
  1447.                                         {% trans from 'crud' %} reclutaproceso.fields.numeroCasa {% endtrans %}
  1448.                                         </label>
  1449.                                     </th>
  1450.                                     <td>
  1451.                                         {{ entity.numeroCasa }}
  1452.                                     </td>
  1453.                                 </tr>
  1454.                                 <tr>
  1455.                                     <th style=\"width: {{ widthLabel }}\">
  1456.                                         <label>
  1457.                                         {% trans from 'crud' %} reclutaproceso.fields.referencias {% endtrans %}
  1458.                                         </label>
  1459.                                     </th>
  1460.                                     <td>
  1461.                                         {{ entity.referencias }}
  1462.                                     </td>
  1463.                                 </tr>
  1464.                             {% else %}
  1465.                                 <tr>
  1466.                                     <th style=\"width: {{ widthLabel }}\">
  1467.                                         <label>
  1468.                                         {% trans from 'crud' %} reclutaproceso.fields.direccion {% endtrans %}
  1469.                                         </label>
  1470.                                     </th>
  1471.                                     <td>
  1472.                                         {{ entity.referencias }}
  1473.                                     </td>
  1474.                                 </tr>
  1475.                             {% endif %}
  1476.                         </table>
  1477.                     </div>
  1478.                 </div>
  1479.             </div>
  1480.         </div>
  1481.     </div>
  1482.     <div class=\"panel panel-default\">
  1483.         <div class=\"panel-heading\">
  1484.             <h4 class=\"panel-title green\">
  1485.                 <a id=\"atab-1\" aria-expanded=\"true\" class=\"accordion-toggle\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#datosPersonales\">
  1486.                     <i class=\"bigger-160 ace-icon fa fa-home \" data-icon-hide=\"ace-icon fa fa-angle-down\" data-icon-show=\"ace-icon fa fa-angle-right\"></i>
  1487.                     &nbsp;Datos del acuartelamiento
  1488.                 </a>
  1489.             </h4>
  1490.         </div>
  1491.         <div style=\"\" aria-expanded=\"true\" class=\"panel-collapse collapse in \" id=\"datosPersonales\">
  1492.             <div class=\"panel-body\" style=\"border-width: 1px; border-color: red\">
  1493.                 <div class=\"row\">
  1494.                     <div class=\"col-xs-12\">
  1495.                         <table id=\"tabla_acuartelamiento\" class=\"table table-striped table-bordered table-hover\">
  1496.                             <tr>
  1497.                                 <th style=\"width: {{ widthLabel }}\">
  1498.                                     <label>
  1499.                                         {% trans from 'crud' %} reclutaproceso.fields.centroMovilizacion {% endtrans %}
  1500.                                     </label>
  1501.                                 </th>
  1502.                                 <td>
  1503.                                     {% block centro_movilizacion %}
  1504.                                     {{ entity.centroMovilizacion }}
  1505.                                     {% endblock centro_movilizacion %}
  1506.                                 </td>
  1507.                             </tr>
  1508.                             <tr>
  1509.                                 <th style=\"width: {{ widthLabel }}\">
  1510.                                     <label>
  1511.                                         {% trans from 'crud' %} reclutaproceso.fields.direccionAcuartelamiento {% endtrans %}
  1512.                                     </label>
  1513.                                 </th>
  1514.                                 <td>
  1515.                                     <span id=\"direccion_acuartelamiento\">
  1516.                                         {{ entity.centroMovilizacion.direccionAcuartelamiento?entity.centroMovilizacion.direccionAcuartelamiento:entity.centroMovilizacion.direccion }}
  1517.                                     </span>
  1518.                                 </td>
  1519.                             </tr>
  1520.                             {#% if entity.turno %}
  1521.                                 <tr>
  1522.                                     <th style=\"width: {{ widthLabel }}\">
  1523.                                         <label>
  1524.                                             {% trans from 'crud' %} reclutaproceso.fields.turno {% endtrans %}
  1525.                                         </label>
  1526.                                     </th>
  1527.                                     <td>
  1528.                                         <span id=\"span_turno\">
  1529.                                         {{ entity.turno }}
  1530.                                         </span>
  1531.                                     </td>
  1532.                                 </tr>
  1533.                             {% endif %#}
  1534.                             <tr>
  1535.                                 <th style=\"width: {{ widthLabel }}\">
  1536.                                     <label>
  1537.                                         {% trans from 'crud' %} reclutaproceso.fields.resultadosAntecedentes {% endtrans %}
  1538.                                     </label>
  1539.                                 </th>
  1540.                                 <td>
  1541.                                     <p><input type='radio' id='antecedentes_1' {% if entity.resultadosAntecedentes==1%}checked='true'{% endif %} disabled='true'>&nbsp;Antecedentes penales</p>   
  1542.                                     <p><input type='radio' id='antecedentes_2' {% if entity.resultadosAntecedentes==2%}checked='true'{% endif %} disabled='true'>&nbsp;Impedimento de salida del país</p>   
  1543.                                     <p><input type='radio' id='antecedentes_3' {% if entity.resultadosAntecedentes==3%}checked='true'{% endif %} disabled='true'>&nbsp;Alerta migratoria</p>   
  1544.                                     <p><input type='radio' id='antecedentes_4' {% if entity.resultadosAntecedentes==4%}checked='true'{% endif %} disabled='true'>&nbsp;Orden de Captura</p>   
  1545.                                 </td>   
  1546.                             </tr>
  1547.                             <tr>
  1548.                                 <th style=\"width: {{ widthLabel }}\">
  1549.                                     <label>
  1550.                                         {% trans from 'crud' %} reclutaproceso.fields.nivelInstruccion {% endtrans %}:
  1551.                                     </label>
  1552.                                 </th>
  1553.                                 <td>
  1554.                                     <table class=\"table\">
  1555.                                         <tr>
  1556.                                             <th>{% trans from 'crud' %} reclutaproceso.fields.estudioInstitucion {% endtrans %}</th>
  1557.                                             <th>{% trans from 'crud' %} reclutaproceso.fields.estudioTitulo {% endtrans %}</th>
  1558.                                         </tr>
  1559.                                         {% for estudio in entity.resultadosEstudios %}
  1560.                                             <tr>                                               
  1561.                                                 <td>{{ estudio.institucion }}</td>
  1562.                                                 <td>{{ estudio.titulo }}</td>
  1563.                                             </tr>
  1564.                                         {% endfor %}
  1565.                                     </table>
  1566.                                 </td>
  1567.                             </tr>
  1568.                             <tr>
  1569.                                 <th style=\"width: {{ widthLabel }}\">
  1570.                                     <label>
  1571.                                         Encuesta psicológica:
  1572.                                     </label>
  1573.                                 </th>
  1574.                                 <td>
  1575.                                     {% if entity.turno %}
  1576.                                         Terminada
  1577.                                     {% else %}
  1578.                                         No terminada
  1579.                                     {% endif %}
  1580.                                 </td>
  1581.                                 </tr>
  1582.                         </table>
  1583.                         {% block more_acuartelamiento %}        
  1584.                         {% endblock more_acuartelamiento %}        
  1585.                     </div>
  1586.                 </div>
  1587.             </div>
  1588.         </div>
  1589.     </div>
  1590. <!--
  1591.     {% block more_seccion %}        
  1592.         <div class=\"panel panel-default\">
  1593.             <div class=\"panel-heading\">
  1594.                 <h4 class=\"panel-title green\">
  1595.                     <a id=\"atab-1\" aria-expanded=\"true\" class=\"accordion-toggle\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#datosPersonales\">
  1596.                         <i class=\"bigger-160 ace-icon fa fa-home \" data-icon-hide=\"ace-icon fa fa-angle-down\" data-icon-show=\"ace-icon fa fa-angle-right\"></i>
  1597.                         &nbsp;Resultados del proceso
  1598.                     </a>
  1599.                 </h4>
  1600.             </div>
  1601.             <div style=\"\" aria-expanded=\"true\" class=\"panel-collapse collapse in \" id=\"datosPersonales\">
  1602.                 {% if not entity.certificadoVacunacionOk %}
  1603.                     <div id='no_cupo' class='hide'>
  1604.                         <i class=\"fas fa-ban red bigger-300\"></i>
  1605.                         <span id=\"span_no_idoneo\" style=\"color: red; font-weight: bold; font-size: 20px\">
  1606.                             NO PUEDE REGISTRARSE RESULTADO PORQUE NO SE HA VALIDADO EL CERTIFICADO DE VACUNACIÓN
  1607.                         </span>
  1608.                     </div>           
  1609.                 {% else %}
  1610.                     <div id=\"divResultado\" class=\"panel-body\" style=\"border-width: 1px; border-color: red\">
  1611.                         <div class=\"row\">
  1612.                             <div class=\"col-xs-12\">
  1613.                                 {% if entity.fechaResultado %}
  1614.                                     {% if entity.idoneo %}
  1615.                                         <p color='green'>IDÓNEO</p>
  1616.                                         <table class=\"table table-striped table-bordered table-hover\">
  1617.                                             <tr>
  1618.                                                 <th style=\"width: {{ widthLabel }}\">
  1619.                                                     <label>
  1620.                                                         Unidad asignada:
  1621.                                                     </label>
  1622.                                                 </th>
  1623.                                                 <td>
  1624.                                                     {{ entity.unidadMilitar }}
  1625.                                                 </td>
  1626.                                                 <th style=\"width: {{ widthLabel }}\">
  1627.                                                     <label>
  1628.                                                         Centro instrucción:
  1629.                                                     </label>
  1630.                                                 </th>
  1631.                                                 <td>
  1632.                                                     {{ entity.unidadMilitar.centroInstruccion }}
  1633.                                                 </td>
  1634.                                             </tr>
  1635.                                         </table>
  1636.                                     {% else %}
  1637.                                         <p color='red'>NO IDÓNEO</p>
  1638.                                         <table class=\"table table-striped table-bordered table-hover\">
  1639.                                             <tr>
  1640.                                                 <th style=\"width: {{ widthLabel }}\">
  1641.                                                     <label>
  1642.                                                         Causa rechazo:
  1643.                                                     </label>
  1644.                                                 </th>
  1645.                                                 <td>
  1646.                                                     {{ entity.causaRechazo }}
  1647.                                                 </td>
  1648.                                             </tr>
  1649.                                             <tr>
  1650.                                                 <th style=\"width: {{ widthLabel }}\">
  1651.                                                     <label>
  1652.                                                         Observaciones:
  1653.                                                     </label>
  1654.                                                 </th>
  1655.                                                 <td>
  1656.                                                     {{ entity.observaciones }}
  1657.                                                 </td>
  1658.                                             </tr>
  1659.                                             <tr>
  1660.                                                 <th style=\"width: {{ widthLabel }}\">
  1661.                                                     <label>
  1662.                                                         Volver a presentarse:
  1663.                                                     </label>
  1664.                                                 </th>
  1665.                                                 <td>
  1666.                                                     {{ entity.volverPresentarse }}
  1667.                                                 </td>
  1668.                                             </tr>
  1669.                                         </table>
  1670.                                     {% endif %}
  1671.                                 {% endif %}
  1672.                                     {% if not entity.fechaResultado or (not entity.idoneo and entity.volverPresentarse=='MISMO') %}
  1673.                                         <form id='form_resultados' method='post' action='{{ path('aspirante_salvar_resultado') }}'>
  1674.                                             <input type='hidden' name='resultado[reclutaProceso]' value='{{ entity.id }}'>
  1675.                                             <table class=\"table table-striped table-bordered table-hover\">
  1676.                                                 <tr>
  1677.                                                     <th style=\"width: {{ widthLabel }}\">
  1678.                                                         <label>
  1679.                                                             Resultado:
  1680.                                                         </label>
  1681.                                                     </th>
  1682.                                                     <td colspan='3'>
  1683.                                                         <input type='radio' class='resultado' id='resultadoIdoneo' name='resultado[resultado]' value='idoneo'>&nbsp;&nbsp;Idóneo
  1684.                                                         &nbsp;&nbsp;&nbsp;&nbsp;
  1685.                                                         <input type='radio' class='resultado' id='resultadoNoIdoneo' name='resultado[resultado]' value='noidoneo'>&nbsp;&nbsp;No Idóneo
  1686.                                                     </td>
  1687.                                                 </tr>
  1688.                                                 <tr id='trUnidadAsignar' class='hide'>
  1689.                                                     <th style=\"width: {{ widthLabel }}\">
  1690.                                                         <label>
  1691.                                                             Unidad asignada:
  1692.                                                         </label>
  1693.                                                     </th>
  1694.                                                     <td colspan='3'>
  1695.                                                         <a id=\"botonAsignar\" class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"{{ path('aspirante_asignar_unidad', {'reclutaProceso': entity.id }) }}\">
  1696.                                                             Asignar Unidad
  1697.                                                         </a>
  1698.                                                     </td>
  1699.                                                 </tr>
  1700.                                                 <tr id='trUnidad' class='hide'>
  1701.                                                     <th style=\"width: {{ widthLabel }}\">
  1702.                                                         <label>
  1703.                                                             Unidad asignada:
  1704.                                                         </label>
  1705.                                                     </th>
  1706.                                                     <td>
  1707.                                                         <span id='span_unidad'></span>
  1708.                                                         <input type='hidden' id='form_unidad' name='resultado[unidad]'>
  1709.                                                     </td>
  1710.                                                     <th style=\"width: {{ widthLabel }}\">
  1711.                                                         <label>
  1712.                                                             Centro instrucción:
  1713.                                                         </label>
  1714.                                                     </th>
  1715.                                                     <td>
  1716.                                                         <span id='span_centro'></span>
  1717.                                                     </td>
  1718.                                                 </tr>
  1719.                                                 <tr id='trCausaRechazo' class='hide'>
  1720.                                                     <th style=\"width: {{ widthLabel }}\">
  1721.                                                         <label>
  1722.                                                             Causa rechazo:
  1723.                                                         </label>
  1724.                                                     </th>
  1725.                                                     <td>
  1726.                                                         <input type='radio' id='causaPsicologica' name='resultado[causa]' value='PSICOLOGICA'>&nbsp;&nbsp;Psicológica
  1727.                                                     </td>
  1728.                                                     <td>
  1729.                                                         <input type='radio' id='causaMedica' name='resultado[causa]' value='MEDICA'>&nbsp;&nbsp;Médica
  1730.                                                     </td>
  1731.                                                     <td>
  1732.                                                         <input type='radio' id='causaLaboratorios' name='resultado[causa]' value='LABORATORIO'>&nbsp;&nbsp;Laboratorio
  1733.                                                     </td>
  1734.                                                 </tr>
  1735.                                                 <tr id='trObservaciones' class='hide'>
  1736.                                                     <th style=\"width: {{ widthLabel }}\">
  1737.                                                         <label>
  1738.                                                             Observaciones:
  1739.                                                         </label>
  1740.                                                     </th>
  1741.                                                     <td colspan='3'>
  1742.                                                         <textarea id='observaciones' name='resultado[observaciones]' style='width: 100%'></textarea>
  1743.                                                     </td>
  1744.                                                 </tr>
  1745.                                                 <tr id='trVolver' class='hide'>
  1746.                                                     <th style=\"width: {{ widthLabel }}\">
  1747.                                                         <label>
  1748.                                                             Volver a presentarse:
  1749.                                                         </label>
  1750.                                                     </th>
  1751.                                                     <td>
  1752.                                                         <input type='radio' id='volverEste' name='resultado[volver]' value='MISMO'>&nbsp;&nbsp;En este proceso
  1753.                                                     </td>
  1754.                                                     <td>
  1755.                                                         <input type='radio' id='volverProximo' name='resultado[volver]' value='PROXIMO'>&nbsp;&nbsp;Próximo proceso
  1756.                                                     </td>
  1757.                                                     <td>
  1758.                                                         <input type='radio' id='volverNunca' name='resultado[volver]' value='NUNCA'>&nbsp;&nbsp;Nunca
  1759.                                                     </td>
  1760.                                                 </tr>
  1761.                                             </table>
  1762.                                         </form>
  1763.                                     {% endif %}
  1764.                             </div>
  1765.                         </div>
  1766.                     </div>
  1767.                 {% endif %}
  1768.             </div>
  1769.         </div>
  1770.     {% endblock more_seccion %}        
  1771.     <div id=\"chooseUnidad\">
  1772.         <h4><span id=\"chooseCentro\"></span></h4>
  1773.         <p>Seleccione la unidad</p>
  1774.         <select id=\"selectUnidad\"></select>
  1775.     </div>
  1776. {% endblock %} 
  1777. {% block actions %}
  1778.     <div class=\"row\">
  1779.         <div class=\"col-xs-6\">
  1780.             <center>
  1781.                 {% block action_retorno %}
  1782.                     {#<a class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"{{ path('crud_index', {'routeClassName': routeClassName}) }}\">#}
  1783.                     <a class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"{{ path('crud_plain_back_to_list', {'routeClassName': routeClassName, 'id': entity.id, 'from': 'show'}) }}\">
  1784.                         {% trans from 'crud' %}botones.regresar{% endtrans %}
  1785.                     </a>
  1786.                 {% endblock %} 
  1787.             </center>
  1788.         </div>   
  1789.         {% if not entity.fechaResultado %}
  1790.             {% if entity.certificadoVacunacionOk %}
  1791.                 <div class=\"col-xs-6 forChanges\">
  1792.                     <center>
  1793.                         <a id=\"botonTerminar\" class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"\">Terminar proceso</a>
  1794.                     </center>
  1795.                 </div>    
  1796.             {% endif %}            
  1797.         {% else %}            
  1798.             <div class=\"col-xs-6 forChanges\">
  1799.                 <center>
  1800.                     <a id=\"botonImprimir\"  target=\"_blank\" class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"{{ path('imprimirFichaProceso', {'idReclutaProceso': entity.id }) }}\">Imprimir resultado</a>
  1801.                 </center>
  1802.             </div>    
  1803.         {% endif %}                     
  1804.         </div>
  1805. -->
  1806. {% endblock %}
  1807. ""ReclutaProceso/show.html.twig""/data/produccion/integral/src/templates/ReclutaProceso/show.html.twig");
  1808.     }
  1809. }