{%if aluno is False %}
{% elif aluno is True %}
{% endif %}
{%include "partials/header.html"%}
{% for outro_curso in cursos_do_instrutor %}
{% endfor %}
{%include "partials/footer.html"%}
{{ curso.titulo }}
{{ curso.descricao_breve }}
{% if esta_inscrito %}
Inscrito
{% else %}
Inscrever-se no Curso {% endif %}
-
{% if curso.instrutor.foto_perfil %}
{% endif %}
{{ user.first_name }}Autor
- schedule Duração
- assessment Nível
-
starstarstarstarstar_border
--
Conteúdo
{% for modulo in modulos %}
{{ modulo.titulo }}
keyboard_arrow_down
{% endfor %}
{% for aula in modulo.aulas.all %}
play_circle_outline
{% endfor %}
{{ aula.titulo }}
Sobre o curso
{{ curso.descricao}}
O que você vai aprender neste curso:
- check Item 1
- check Item 2
- check Item 3
- check Item 4
- check Item 5
Sobre o autor
{{ curso.instrutor.sobre_mim }}
Outros cursos deste instrutor:
{{ outro_curso.titulo }}
{% if outro_curso.descricao_breve %}
{{ outro_curso.descricao_breve }}
{% else %}
Nenhuma descrição {% endif %}
Feedback
Em breve.
Avaliações dos alunos
4.7
star
star
star
star
star_border
20 avaliações
star
star
star
star
star
star
star
star
star
star_border
star
star
star
star_border
star_border
star
star
star_border
star_border
star_border
star
star_border
star_border
star_border
star_border
Tempo atrás
Nome usuário
star
star
star
star
star_border
Feedback aqui
{%include "partials/menu_lateral.html"%}