{% extends "base.html" %} {% load static %} {% block title %}Lista de notificaciones{% endblock title %} {% block botones %} Enviar notificación {% endblock botones %} {% block contenido %}
Asunto de notificación | Fecha de realización | |||
---|---|---|---|---|
{{ notificacion.asunto }} | {{notificacion.fecha_creacion }} | Ver detalles | ||
No hay notificaciones realizadas. |