{{ kanban_new_link_form.kanban_column }}
{{ kanban_new_link_form.kanban_level }}

Projects

{% for row in project_results %} {% endfor %}
Project Description End Date
PRO{{ row.project_id }} {{ row.organisation_id }}
{{ row.project_name }}
{{ row.project_end_date }}

Tasks

{% for row in task_results %} {% endfor %}
Task Description End Date
TASK{{ row.task_id }} {{ row.organisation_id }}
{{ row.task_short_description }}
{{ row.task_end_date }}

Requirements

{% for row in requirement_results %} {% endfor %}
Requirements Description Requirement Type
REQ{{ row.requirement_id }} {{ row.requirement_title }} {{ row.requirement_type }}