{% load nearbeach_extras %}
Object Link | Description | {% if requirement_permission == 4 or requirement_link_permission == 4 %}Delete | {% endif %}||||||||
Project - {{ link.project_id }} | {{ link.project_id__project_name }} | {% elif not link.task_id == None %}Task - {{ link.task_id }} | {{ link.task_id__task_short_description }} | {% elif not link.organisations_id == None %}Organisations - {{ link.organisation_id }} | {{ link.organisation_id__organisation_name }} | {% elif not link.opportunity_id == None %}Opportunity - {{ link.opportunity_id }} | {{ link.opportunity_id__opportunity_name }} | {% else %}ERROR {{ link }} | Error with link {{ link.requirement_link_id }} |
{% endif %}
{% if requirement_permission == 4 or requirement_link_permission == 4 %}
Delete | {% endif %}
Requirement Item | Object Link | Description | {% if requirement_permission == 4 %}Delete | {% endif %}||||
ITM{{ item.requirement_item_id_id }} | {% if not item.project_id == None %}Project - {{ item.project_id.project_id }} | {{ item.project_id.project_name }} | {% elif not item.task_id == None %}Task - {{ item.task_id.task_id }} | {{ item.task_id.task_short_description }} | {% elif not item.organisation_id == None %}Organisations - {{ item.organisation_id.organisation_id }} | {{ item.organisation_id.organisation_name }} | {% endif %} {% if requirement_permission == 4 %}Delete | {% endif %}