{% extends "main.html" %} {%load static%} {% block content %}
{{project.project_id}}
{{project.id}}
{{project.start_date}}
{{project.end_date}}
Client: {{project.customer.user.first_name}} {{project.customer.user.last_name}}
Project Manager:
{{project.manager.user.first_name}} {{project.manager.user.last_name}}
Member(s):
{{member.user.first_name}} {{member.user.last_name}}
Working Hours: 0hr 0min 0sec
Type: {% for type in project.project_type.all %} {{type.name}} {% if not forloop.last %}, {% endif %} {% endfor %}
Status: {% if project.status == 'Cancelled' %} {{project.status}} {% endif %} {% if project.status == 'Completed' %} {{project.status}} {% endif %} {% if project.status == 'Active' %} {{project.status}} {% endif %} {% if project.status == 'Pending' %} {{project.status}} {% endif %}
Project Details:
{{project.details}}
Tags:
User Stories
Story | Related Task | Actions |
---|---|---|
{{requirement.content}} |
{% if requirement.task_set.all %}
{% for task in requirement.task_set.all %}
{{task.name}}
{% endfor %}
{%else%}
None {% endif %} |
|
No Requirements at the moment |
Credentials
Email or Username | Password | Used For |
---|---|---|
{{credential.emailorusername}} |
{{credential.password}} | {{credential.usedfor}} |
No Available Credentials |
Related files
File Name | File | Date Entered |
---|---|---|
{{file.name}} |
{{file.file}} | {{file.date}} |
No Available Files |
Notes
{{ note.date|date:"F j, Y" }}
{{ note.text }}
Filter Tasks by Epics