S.No | Title | Created By | Status | Priority | Due Date | Assigned To | Actions | |
---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {% if task.title %}{{ task.title }}{% endif %} |
{% if document.created_by.profile_pic %}
{% thumbnail document.created_by.profile_pic "40x40" crop="center" as im %}
![]() |
{{task.status}} | {{task.priority}} | {% if task.due_date %}{{task.due_date}} | {% else %}- | {% endif %}{% with users=task.assigned_to.all %}
{% if users %}
{% for user in users %}
{{ user.email }} {% endfor %} {% else %} None {% endif %} {% endwith %} |
{% if request.user == task.created_by or request.user.role == 'ADMIN' %} {% endif %} |
{{ forloop.counter }} | {% if task.title %}{{ task.title }}{% endif %} |
{% if document.created_by.profile_pic %}
{% thumbnail document.created_by.profile_pic "40x40" crop="center" as im %}
![]() |
{{task.status}} | {{task.priority}} | {% if task.due_date %}{{task.due_date}} | {% else %}- | {% endif %}{% with users=task.assigned_to.all %}
{% if users %}
{% for user in users %}
{{ user.email }} {% endfor %} {% else %} None {% endif %} {% endwith %} |
{% if request.user == task.created_by or request.user.role == 'ADMIN' %} {% endif %} |
{{ forloop.counter }} | {% if task.title %}{{ task.title }}{% endif %} |
{% if document.created_by.profile_pic %}
{% thumbnail document.created_by.profile_pic "40x40" crop="center" as im %}
![]() |
{{task.status}} | {{task.priority}} | {% if task.due_date %}{{task.due_date}} | {% else %}- | {% endif %}{% with users=task.assigned_to.all %}
{% if users %}
{% for user in users %}
{{ user.email }} {% endfor %} {% else %} None {% endif %} {% endwith %} |
{% if request.user == task.created_by or request.user.role == 'ADMIN' %} {% endif %} |
No Tasks Found
{% endifequal %}
{% show_pages %}