{% extends './template.html' %} {% load nearbeach_extras %} {% block content %} {% load static %}
Object Link | Description | {% if requirement_permission == 4 %}Delete | {% endif %}||||||
Project - {{ link.project_id.project_id }} | {{ link.project_id.project_name }} | {% elif not link.task_id == None %}Task - {{ link.task_id.task_id }} | {{ link.task_id.task_short_description }} | {% elif not link.organisation_id == None %}Organisations - {{ link.organisation_id.organisation_id }} | {{ link.organisation_id.organisation_name }} | {% else %}ERROR | Error with link {{ link.requirement_links_id }} | {% endif %} {% if requirement_permission == 4 %}Delete | {% endif %}