{% extends "main.html" %} {%load static%} {% block content %}

hallo

20-2-24

20-2-24

{{project.open_user_tasks_count}} Open {% if project.open_user_tasks_count == 1 %} Task {% else %} Tasks {% endif %}

{{project.open_user_tasks_count}} Open {% if project.open_user_tasks_count == 1 %} Ticket {% else %} Tickets {% endif %}

Total Time: {{project.total_time_worked_hours}}hr {{project.total_time_worked_minutes}}min {{project.total_time_worked_seconds}}sec

hallo

20-2-24

20-2-24

{{project.open_user_tasks_count}} Open {% if project.open_user_tasks_count == 1 %} Task {% else %} Tasks {% endif %}

{{project.open_user_tasks_count}} Open {% if project.open_user_tasks_count == 1 %} Ticket {% else %} Tickets {% endif %}

Total Time: {{project.total_time_worked_hours}}hr {{project.total_time_worked_minutes}}min {{project.total_time_worked_seconds}}sec

Subject Ticket ID Regarding Last Updated Updated By Actions

Ticket Subject

234233

ggg

20-2-234

20-2-234

{% if tasks %}
{% for task in tasks %}

{{task.status}}

{{task.start_date|date:"d-m-Y"}}

{{task.end_date|date:"d-m-Y"}}

Project:

{{task.project.name}}

Epic:

{{task.epic.title}}

Assigned To:

{{task.assigned_to.user.first_name}} {{task.assigned_to.user.last_name}}

Extra:

{{task.extra}}

Actions

{% endfor %}
{% else %}

No Available Tasks

{% endif %}
{% endblock content %}