{% extends "kernel/pagelet.twig" %} {% block contenido %} {% autoescape false %}

{{this.get_nombre()|trans}}

Ayuda para registrar los datos de documentación digital del aspirante
{% if not this.data.error_cnx_rdi%}

{{ 'doc.msj_extensiones' | trans }} {{ this.data.extensiones }}

{{ 'doc.msj_tamanio_max' | trans }} {{ this.data.tamanio_maximo }} MB

{% else %}
{{ 'doc.msj_error_rdi' | trans | raw }}
{% endif %}
{% if not this.data.error_cnx_rdi%} {% if this.data.error %}
{{ this.data.error }}
{% endif %} {% for REQUISITO in this.data.requisitos %}

{{ REQUISITO.header|trans|capitalize }} {{ REQUISITO.obligatorio }}

{% if REQUISITO.descripcion %}

{{ REQUISITO.descripcion }}

{% endif %} {% if REQUISITO.imagen %}
Recurso cargado
{% else %}
{% endif %}
{% endfor %} {% endif %} {% endautoescape %} {% endblock %}