{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ _("Gestionar") }} {{ _("Cursos") }} - {{ programa.nombre }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ _("Gestionar") }} {{ _("Cursos") }} - {{ programa.nombre }}

{{ _("Cursos") }} en el {{ _("Programa") }}
{% if cursos_programa %}
{% for curso_programa in cursos_programa %} {% set curso = curso_programa.curso_obj %}
{{ curso.nombre if curso else curso_programa.curso }}
{{ curso.codigo if curso else curso_programa.curso }}
{% endfor %}
{% else %}

No hay cursos en este programa.

{% endif %}
Agregar {{ _("Curso") }}