{% extends "main.html" %} {%load static%} {% block content %}
 
Recent Note:
{{recent_note.text}}
Project: {{task.project.name}}
Start Date: {{task.formatted_start_date}}
End Date: {{task.formatted_end_date}}
Epic: {{task.epic.title}}
Assigned To: {{task.assigned_to.user.first_name}} {{task.assigned_to.user.last_name}}
Extra: {{task.extra}}
Status: {% if task.status == 'Closed' %} {{task.status}} {% endif %} {% if task.status == 'Open' %} {{task.status}} {% endif %} {% if project.status == 'Working on' %} {{task.status}} {% endif %}
Related Files: Documentation.pdf, Project.doc
Points
| Point | Status | ||
|---|---|---|---|
| {% if point.status == 'Not Completed' %}{{point.text}} | {% endif %}
                                {% if point.status == 'Completed' %} | {% endif %} {% if point.status == 'Working On' %} | {% endif %} | 
| No Available Points | |||
Description:
{{task.description}}
Tags: