{% extends 'base.html' %} {% load static %} {% block content %} {% include 'profile/header.html' %} {% load jalali_tags %} {% include 'profile/drawer.html' %}



{% if message %} {% endif %}

:نوتیفیکیشن‌ها

{% for notification in notifications %} {% if notification.activity_details.done %}

{{ notification.title }}

{{ notification.message }}

دریافت شده در: {{ notification.created_at_shamsi }}
{% endif %} {% endfor %}

:کارهای آینده

{% for futurework in futureworks %}

{{ futurework.title }}

وضعیت: {{ futurework.get_status_display }}

تاریخ: {{ futurework.created_at_shamsi }}
{% if not futurework.is_read %} خوانده شد {% else %} این کار خوانده شده است {% endif %} در حال انجام وضعیت انجام شده
{% endfor %}
{% endblock %}