{% extends 'base.html' %} {% load static %} {% block title %} Notificaciones del curso: {{ curso.nombre }} {% endblock title %} {% block contenido %}
Fecha | Asunto | Descripción |
---|---|---|
{{ notificacion.fecha_creacion }} | {{ notificacion.asunto }} | {{ notificacion.descripcion }} |
No hay notificaciones. |