{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} {{ curso.nombre | title }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{% if curso.portada and course_logo(curso.codigo) %} Portada del Curso {% else %}

{{ curso.nombre }}

{% endif %}

{{ curso.nombre }}

{% if editable %} {% endif %}
{{ markdown2html(curso.descripcion) | safe }}
  • {% if curso.fecha_inicio and curso.fecha_fin %} Fechas: {{ curso.fecha_inicio }} - {{ curso.fecha_fin }} {% else %} Modalidad: A su propio ritmo {% endif %}
  • {% if curso.precio %}
  • Precio: ${{ curso.precio | float }} {{ config.moneda }}
  • {% else %}
  • Curso Gratuito
  • {% endif %} {% if curso.certificado %}
  • Certificación: Incluida
  • {% endif %} {% if curso.capacidad %}
  • Cupo: Limitado
  • {% endif %}
  • Nivel: {{ nivel[curso.nivel] | safe }}
{% if descargas %}
Recursos Descargables
{% for item in descargas %} {{ tipo[item.tipo] | safe }} {{ item.nombre }} {% endfor %}
{% endif %} {% if current_user.is_authenticated %} {% if current_user.tipo == "student" %} {% if estudiante_asignado(curso.codigo) %} {% else %} {% endif %} {% endif %} {% else %}

Para acceder al curso necesitas una cuenta

{% endif %}

Contenido del curso

{% if secciones %}
{% for seccion in secciones %}

{% if seccion.descripcion %}

{{ seccion.descripcion }}

{% endif %}
{% for recurso in recursos %} {% if recurso.seccion == seccion.id %}
{% if recurso.publico == True %} {{ recurso.nombre }} Vista Previa {% else %}
{{ recurso.nombre }}
Restringido {% endif %}
{% endif %} {% endfor %}
{% endfor %}
{% else %}

Sin contenido disponible

Este curso actualmente no cuenta con secciones disponibles.

{% endif %}