{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} Inscripciones - {{ programa.nombre }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Inscripciones del {{ _("Programa") }}

{{ programa.nombre }} ({{ programa.codigo }})

{% if enrollments %}
{% for enrollment, usuario in enrollments %} {% endfor %}
{{ _("Estudiante") }} {{ _("Email") }} {{ _("Fecha") }} de {{ _("Inscripción") }} Inscrito Por {{ _("Acciones") }}
{{ usuario.nombre }} {{ usuario.apellido }}
{{ usuario.usuario }}
{{ usuario.correo_electronico }} {{ enrollment.creado.strftime('%d/%m/%Y') if enrollment.creado else 'N/A' }} {{ enrollment.creado_por or 'Sistema' }}
{% else %}
No hay estudiantes inscritos

Aún no hay estudiantes inscritos en este programa.

{{ _("Inscribir") }} Primer {{ _("Estudiante") }}
{% endif %}