{% if curso.portada and course_logo(curso.codigo) %}
{% else %}
{% 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 %}
{{ 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 %}
{% endfor %} {% else %}
{% endif %}
{{ seccion.descripcion }}
-
{% for recurso in recursos %} {% if recurso.seccion == seccion.id %}
-
{% if recurso.publico == True %}{{ recurso.nombre }}Preview {% else %}{{ recurso.nombre }}{% endif %}
{% endif %} {% endfor %}
Este curso actualmente no cuenta con secciones disponibles.