{% extends 'base.html' %} {% load static %} {% block title %} Detalles del curso {% endblock title %} {% block botones %} {% if request.user.user_type != 'estudiante' %} Ver inscritos {% if request.user.user_type == 'instructor' %} Enviar notificación Ver Notificaciones {% endif %} {% endif %} {% if request.user.user_type == 'instructor' %} Editar {% endif %} {% endblock botones %} {% block contenido %} {% include 'message.html' %}
Creado por {{curso.instructor.first_name }} {{curso.instructor.last_name }}
{{curso.descripcion}}