<html>

<head>
    <meta charset="UTF-8">
    <style>
        {#asset style_registro_nacional.css @encoding=utf8}
    </style>
</head>

<body>
    <table>
        <thead>
            <tr>
                <td colspan="8" style="border: none;">
                    <table class="header_table" style="width: 100%;">
                        <tbody style="font-size: 12px;">
                            <tr>
                                <th style="width: 30%;">CÉDULA:</th>
                                <td>{{cedula}}</td>
                                <td rowspan="7" class="border-top" style="width: 10%;">
                                    <img class="table_img"
                                        src="https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl={{codigo_qr}}{{fecha_impresion}}">
                                </td>
                            </tr>
                            <tr>
                                <th>ASPIRANTE:</th>
                                <td>{{nombre}}</td>
                            </tr>
                            <tr>
                                <th>CELULAR:</th>
                                <td>{{celular}}</td>
                            </tr>
                            <tr>
                                <th>CORREO ELECTRÓNICO:</th>
                                <td>{{correo}}</td>
                            </tr>
                            <tr>
                                <th>PROCESO:</th>
                                <td>{{numero_postulacion}}</td>
                            </tr>
                            <tr>
                                <th>FECHA ACEPTACION:</th>
                                <td>{{fecha_postulacion}}</td>
                            </tr>
                            <tr>
                                <th>ESTADO:</th>
                                <td>{{estado}}</td>
                            </tr>
                        </tbody>
                    </table>
                </td>
            </tr>
        </thead>

        <tbody class="tbody_content">
            {{#each detalle}}
            <tr>
                <td colspan="8" style="border: none;">
                    <table class="header_table"
                        style="width: 100%; float: center; margin-top: 0px; margin-bottom: 25px;">
                        <tbody style="font-size: 12px;">
                            <tr>
                                <th colspan="4">Prioridad {{orden}}:</th>
                            </tr>
                            <tr>
                                {{!--<th colspan="3" style="text-align: center;">Ha {{estado}} un cupo en la siguiente carrera:</th>--}}
                                <th colspan="3" style="text-align: center;">Cupo en la siguiente carrera:</th>
                                <th colspan="1" style="text-align: center;">Puntaje de postulación</th>
                            </tr>

                            <tr>
                                <td style="width: 25%;">
                                    <b>Carrera:</b>
                                    <br>{{nombre_carrera}}<br>
                                    
                                    <b>Área:</b>
                                    <br>{{area_conocimiento}}<br>
                                </td>
                                
                                <td style="width: 25%;">
                                    <b>Campus:</b>
                                    <br>{{campus}}<br>
                                </td>
                                
                                <td style="width: 25%;">
                                    <b>Modalidad:</b>
                                    <br>{{modalidad}}<br>
                                    
                                    <b>Jornada:</b>
                                    <br>{{jornada}}<br>
                                    
                                    <b>Nivel:</b>
                                    <br>{{nivel}}<br>
                                </td>
                                
                                <td style="text-align: center; width: 25%;">{{f_puntaje_postulacion puntaje_postulacion}}</td>
                            </tr>
                        </tbody>
                    </table>
                </td>
            </tr>
            {{/each}}
        </tbody>
        
    </table>
    
    <p style=" margin-left: 0px; text-align: left; font-size: 12px;">Posterior a la aceptación de cupo, deberás estar pendiente de los canales oficiales de la UTM para el proceso de matrícula de la Nivelación S2-2023.</p> <br>

    {{!--<p class="printingDate" style="float: left;">Fecha de impresión: {{date}}</p>--}}
</body>

<img class="bgLogoUTM_vertical" src="{#asset LogoUTM.png @encoding=dataURI}">

</html>