{% extends "shared/base_dashboard.html" %} {% load static %} {% block title %}Notificações - Chaplin{% endblock %} {% block content %}
Suas notificações mais recentes
{{ notif.titulo }}
{{ notif.created_at|date:"d/m H:i" }}{{ notif.mensagem }}
{% endif %} {% if notif.task %} Ver tarefa → {% endif %}Nenhuma notificação por aqui.