{{ notification.get_tipo_display }}
{{ notification.titulo }}
Olá {{ notification.destinatario.nome }},
{{ notification.mensagem|linebreaks }}
{% if notification.tarefa %}
Detalhes da Tarefa:
Nome: {{ notification.tarefa.nome }}
Projeto: {{ notification.tarefa.group.board.project.nome }}
Status: {{ notification.tarefa.get_status_display }}
Prazo: {{ notification.tarefa.cronograma_fim|date:"d/m/Y" }}
Prioridade: {{ notification.tarefa.get_prioridade_display }}
Data da notificação: {{ notification.created_at|date:"d/m/Y H:i" }}