{% 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 }} {{ curso.nombre }} {% endif %}

{{ curso.nombre }}

{% if editable %} {% endif %}
{% if curso.fecha_inicio and curso.fecha_fin %} {{ curso.fecha_inicio }} - {{ curso.fecha_fin }} {% else %} A su propio ritmo {% endif %} {% if curso.precio %}
{{ curso.precio | float }} {{ config.moneda }} {% endif %} {% if curso.certificado %}
Curso Certificado {% endif %} {% if curso.capacidad %}
Cupo Limitado {% endif %}
{{ nivel[curso.nivel] | safe }}

{% if descargas %} Recursos disponibles con este curso:
{% for item in descargas %} {{ tipo[item[0].tipo] | safe }} {{ item[0].nombre }}
{% endfor %} {% endif %}
{% if current_user.is_authenticated %} {% if current_user.tipo == "student" %} {% endif %} {% else %} {% endif %}

Contenido del curso.

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

{{ seccion.descripcion }}
    {% for recurso in recursos %} {% if recurso.seccion == seccion.id %}
  • {% if recurso.publico == True %}
    {{ recurso.nombre }}
    Preview {% else %}
    {{ recurso.nombre }}
    {% endif %}
  • {% endif %} {% endfor %}
{% endfor %} {% else %}

Este curso actualmente no cuenta con secciones disponibles.

{% endif %}