{% extends "main.html" %} {%load static%} {% block content %}
Recent Note:
{{recent_note.text}}
My Notes
Project: {{task.project.name}}
Start Date: {{task.start_date}}
End Date: {{task.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 | ||
---|---|---|---|
{{point.text}} |
{% if point.status == 'Not Completed' %}
|
{% endif %}
{% if point.status == 'Completed' %}
{% endif %} {% if point.status == 'Working On' %} |
|
{% endif %}
No Available Points |
Description:
{{task.description}}
Tags: