{% extends "print_base.html.twig" %}
{% block title %}
<title>Ficha de Inscripción</title>
{% endblock title %}
{% block body %}
<div class="center pdftitlefont" style="font-weight: bold;">
COMANDO CONJUNTO DE LAS FF.AA. <br>
DIRECCIÓN DE MOVILIZACIÓN DEL C.C. DE LAS FF.AA.<br>
CERTIFICADO
</div>
<br>
<br>
<div class="panel-body" style="border-width: 1px;">
<div class="pdffont" style="text-align: center; font-weight: bold;">
<br>
EL COMANDANTE DE LA BASE DE MOVILIZACIÓN {{entity.baseMovilizacion|upper }} Y EL JEFE DEL CENTRO DE MOVILIZACIÓN {{ entity.centroMovilizacion|upper }}
<br><br><br><br><br>
CERTIFICA
<br><br>
</div>
<div class="pdffont" style="text-align: justify">
<br>
Que el Sr/rta <b>{{ entity.recluta.nombreCompleto|upper }}</b> portador de la cédula
de ciudadanía No <b>{{ entity.recluta.identificacion }}</b> se presentó al acuartelamiento del
{{ entity.fechaResultado | date('d-m-Y') }} y fue considerado <b>NO IDONEO</b>.
<br><br>
El interesado podrá utilizar este documento militar en lo que le creyere necesario.
</div>
<div class="pdffont" style="text-align: right">
<br>
{{ entity.centroMovilizacion.localizacion.dominioPadre |upper }}, {{ date() | date('d-m-Y') }}.
<br>
</div>
<div class="pdffont" style="text-align: left">
<br><br><br><br><br><br>
{% if entity.centroMovilizacion.jefe %}
{{ entity.centroMovilizacion.jefe|upper }} <br>
{% if entity.centroMovilizacion.jefe.grado %}
{{ entity.centroMovilizacion.jefe.grado|upper }} <br>
{% endif %}
{% endif %}
JEFE DEL CENTRO DE MOVILIZACIÓN {{ entity.centroMovilizacion|upper }}.
<br>
</div>
</div>
{% endblock body %}