Link Requirement Item - {{ requirement_item_id }}
{% if project_results %} {% for row in project_results %} {% endfor %}
PROJECT ID Project Name
Project - {{ row.project_id }} {{ row.project_name }}
{% endif %}
{% if task_results %} {% for row in task_results %} {% endfor %}
TASK ID Task Short Description
Task - {{ row.task_id }} {{ row.task_short_description }}
{% endif %}