{% extends "print_base.html.twig" %}
{% block title %}
<title>Ficha de Inscripción</title>
{% endblock title %}
{% block css_footer %}
footer { position: fixed; bottom: -60px; left: 0px; right: 0px; height: 80px; }
{% endblock css_footer %}
{% block footer %}
{% if entity.idoneo %}
{% include 'ReclutaProceso\\show_pdf_footer.html.twig' %}
{% endif %}
{% endblock footer %}
{% block header %}
<div class="pdftitlefont" style="font-weight: bold;">
COMANDO CONJUNTO DE LAS FF.AA.<br>DIRECCIÓN DE MOVILIZACIÓN
</div>
{% endblock header %}
{% block body %}
<div class="center pdftitlefont" style="font-weight: bold;">
Comprobante de Registro en Línea
</div>
<div class="panel-body" style="border-width: 1px;">
{{ render(controller('App\\Controller\\ReclutaController::showPDFAction', {'idRecluta':entity.recluta.id, 'template':'Recluta/table_pdf.html.twig'})) }}
<div class="pdfsubtitlefont">
Lugar de residencia
</div>
<table width="100%" class="table table-bordered pdffont">
<tr>
<td width="15%" style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.paisReside {% endtrans %}
</td>
<td width="35%">
{{ entity.paisResidencia }}
</td>
{% if entity.paisResidencia=='Ecuador' %}
<td width="15%" style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.callePrincipalResidencia {% endtrans %}
</td>
<td width="35%">
{{ entity.callePrincipalResidencia }}
</td>
{% else %}
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.direccion {% endtrans %}
</td>
<td width="35%">
{{ entity.referencias}}
</td>
{% endif %}
</tr>
<tr>
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.provincia {% endtrans %}
</td>
<td>
{{ entity.provincia }}
</td>
{% if entity.paisResidencia=='Ecuador' %}
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.calleSecundariaResidencia {% endtrans %}
</td>
<td>
{{ entity.calleSecundariaResidencia }}
</td>
{% else %}
<td>
</td>
<td>
</td>
{% endif %}
</tr>
<tr>
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.canton {% endtrans %}
</td>
<td>
{{ entity.canton }}
</td>
{% if entity.paisResidencia=='Ecuador' %}
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.numeroCasa {% endtrans %}
</td>
<td>
{{ entity.numeroCasa }}
</td>
{% else %}
<td>
</td>
<td>
</td>
{% endif %}
</tr>
<tr>
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.lugarResidencia {% endtrans %}
</td>
<td>
{{ entity.lugarResidencia }}
</td>
{% if entity.paisResidencia=='Ecuador' %}
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.referencias {% endtrans %}
</td>
<td>
{{ entity.referencias }}
</td>
{% else %}
<td>
</td>
<td>
</td>
{% endif %}
</tr>
</table>
<div class="pdfsubtitlefont">
Datos del acuartelamiento
</div>
<table width="100%" class="table table-bordered pdffont">
<tr>
<td width="25%" style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.centroMovilizacion {% endtrans %}
</td>
<td width="75%">
{{ entity.centroMovilizacion }}
</td>
</tr>
<tr>
<td width="25%" style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.direccion {% endtrans %}
</td>
<td width="75%">
{{ entity.centroMovilizacion.direccion }}
</td>
</tr>
<tr>
<td width="25%" style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.direccionAcuartelamiento {% endtrans %}
</td>
<td width="75%">
{% if (entity.centroMovilizacion.direccionAcuartelamiento and entity.centroMovilizacion.direccionAcuartelamiento != '') %}
{{ entity.centroMovilizacion.direccionAcuartelamiento }}
{% else %}
{{ entity.centroMovilizacion.direccion }}
{% endif %}
</td>
</tr>
<tr>
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.resultadosAntecedentes {% endtrans %}
</td>
<td style="padding: 2px 15px;">
<input type='radio' id='antecedentes_1' {% if entity.resultadosAntecedentes==1%}checked='true'{% endif %} disabled='true'> Antecedentes penales
<br>
<input type='radio' id='antecedentes_2' {% if entity.resultadosAntecedentes==2%}checked='true'{% endif %} disabled='true'> Impedimento de salida del país
<br>
<input type='radio' id='antecedentes_3' {% if entity.resultadosAntecedentes==3%}checked='true'{% endif %} disabled='true'> Alerta migratoria
<br>
<input type='radio' id='antecedentes_4' {% if entity.resultadosAntecedentes==4%}checked='true'{% endif %} disabled='true'> Juicio de alimentos</p>
</td>
</tr>
<tr>
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.nivelInstruccion {% endtrans %}
</td>
<td style="vertical-align: center">
<table width="100%" class="table table-striped table-bordered pdffont">
<tr>
<td style="font-weight: bold;" width="50%">Título</td>
<td style="font-weight: bold;" width="30%">Detalle</td>
</tr>
{% for estudio in entity.resultadosEstudios %}
<tr>
<td>{{ estudio.titulo }}</td>
<td>{{ estudio.institucion }}</td>
</tr>
{% endfor %}
</table>
</td>
</tr>
<tr>
<td style="font-weight: bold;">
{% trans from 'crud' %} reclutaproceso.fields.encuesta {% endtrans %}
</td>
<td>
{% if entity.turno %}
Terminada
{% else %}
No terminada
{% endif %}
</td>
</tr>
</table>
<div class="pdffont" style="text-align: justify; page-break-before: always;">
<br>
Señores<br>
<b>DIRECCIÓN DE MOVILIZACIÓN DEL COMANDO CONJUNTO DE LAS FUERZAS ARMADAS</b><br>
De mis consideraciones:<br>
<br>
El que suscribe <b>{{ entity.recluta.nombres }}</b>, de nacionalidad {{ entity.recluta.paisNacimiento }}, mayor de edad, estado civil {{ entity.recluta.estadoCivil }},
con cédula de ciudadanía No <b>{{ entity.recluta.identificacion }}</b>, domiciliado en
{% if entity.paisResidencia=='Ecuador' %}
cantón {{ entity.canton }}, provincia {{ entity.provincia }},
{% else %}
{{ entity.referencias }},
{% endif %}
por medio de la presente DECLARO que me encuentro en buen estado de salud física y mental, no presento enfermedad
crónica o infecto contagiosa, tener las condiciones necesarias para cumplir el servicio militar en Fuerzas Armadas
y autorizo para que la información consignada sea conocida por las Autoridades competentes como establece
el Código Orgánico Integral Penal y demás normativas legales.<br>
<br><br>
<p>_______________________________________________</p>
{{ entity.recluta.nombres }}
</div>
</div>
{% endblock body %}