{% 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 }}

{% if current_user.tipo == "admin" %} Inscribir Estudiante Ver Inscripciones {% endif %}
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