Projects
Project |
Description |
End Date |
{% for row in project_results %}
PRO{{ row.project_id }} |
{{ row.organisation_id }} {{ row.project_name }} |
{{ row.project_end_date }} |
{% endfor %}
Tasks
Task |
Description |
End Date |
{% for row in task_results %}
TASK{{ row.task_id }} |
{{ row.organisation_id }} {{ row.task_short_description }} |
{{ row.task_end_date }} |
{% endfor %}
Requirements
Requirements |
Description |
Requirement Type |
{% for row in requirement_results %}
REQ{{ row.requirement_id }} |
{{ row.requirement_title }} |
{{ row.requirement_type }} |
{% endfor %}