{% extends "./template.html" %} {% block content %} {% load static %}
Requirement Item | Requirement Item Description | Requirement Item Status |
ITM{{ item.requirement_item_id }} | {{ item.requirement_item_title }} | {{ item.requirement_item_status }} |
Object Link | Description | {% if requirement_permission == 4 %}Delete | {% endif %}|||||||||
Project - {{ link.project_id }} | {{ link.project_id__project_name }} | {% if requirement_permission == 4 %}Delete | {% endif %} {% elif not link.task_id == None %}Task - {{ link.task_id }} | {{ link.task_id__task_short_description }} | {% if requirement_permission == 4 %}Delete | {% endif %} {% elif not link.organisations_id == None %}Organisations - {{ link.organisation_id }} | {{ link.organisation_id__organisation_name }} | {% if requirement_permission == 4 %}Delete | {% endif %} {% else %}ERROR | Error with link {{ link.requirement_links_id }} |
{% if requirement_permission == 4 %}
Delete | {% endif %} {% endif %}
Requirement Item | Object Link | Description | {% if requirement_permission == 4 %}Delete | {% endif %}||||||
ITM{{ item.requirement_item_id }} | {% if not link.project_id == None %}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 %}
Kanban Board Name |
{{ row.kanban_board_name }} |