{% extends "main.html" %} {%load static%} {% block content %}
Recent Note:
Send an Email to Salim.
{{project.project_id}}
{{project.project_id}}
{{project.project_id}}
{{project.project_id}}
Client: {{project.customer.user.first_name}} {{project.customer.user.last_name}}
Project Manager: {{project.manager.user.first_name}} {{project.manager.last_name}}
Member(s): {% for member in project.members.all %} {{member.user.first_name}} {{member.user.last_name}} {% if not forloop.last %}, {% endif %} {% endfor %}
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 %}
Start Date: {{project.start_date}}
End Date: {{project.end_date}}
Project Details:
{{project.details}}
User Stories
| Story | Related Task | Actions | 
|---|---|---|
| {{requirement.content}} | Cars and classics inner pages | 
Related files
| File Name | File | Date Entered | 
|---|---|---|
| {{file.name}} | {{file.file}} | {{file.date}} | 
Credentials
| Email or Username | Password | Used For | 
|---|---|---|
| {{credential.emailorusername}} | {{credential.password}} | {{credential.usedfor}} | 
Tags: