Click on the object you wish to link to the current requirement. Please note if there are no results then it is not possible to link anything.
{% if requirement_id %}
Project Links - or create a new project
{% elif requirement_item_id %}
Project Links - or create a new project
{% endif %} {% if project_results %} {% for row in project_results %} {% endfor %}
Project ID Project Name
Project - {{ row.project_id }} {{ row.project_name }}
{% else %} Sorry - no projects can be linked {% endif %} {% if requirement_id %}
Task Links - or create a new task
{% elif requirement_item_id %}
Task Links - or create a new task
{% endif %} {% if task_results %} {% for row in task_results %} {% endfor %}
Task ID Task Name
Task - {{ row.task_id }} {{ row.task_short_description }}
{% else %} Sorry - no tasks can be linked {% endif %}
Opportunity Links
{% if opportunity_results %} {% for row in opportunity_results %} {% endfor %}
Opportunity ID Task Name
Opp - {{ row.opportunity_id }} {{ row.opportunity_name }}
{% else %} Sorry - no opportunities can be linked {% endif %}