{% extends "../template.html" %} {% block content %} {% load static %}

Kanban Properties

{% csrf_token %} {{ kanban_properties_form.kanban_board_name }}

Columns

Please sort the columns in the order you would like them to appear on the board. Click on them to either change their name or delete them. Please note - only empty columns can be deleted.

    {% for row in kanban_column_results %}
  • {{ row.kanban_column_name }}
  • {% endfor %}

Levels

Please sort the levels in the order you would like them to appear on the board. Click on them to either change their name or delete them. Please note - only empty columns can be deleted.

    {% for row in kanban_level_results %}
  • {{ row.kanban_level_name }}
  • {% endfor %}
{% if permission >= 3 %}

Assigned Groups

Loading add...
Loading list...
{% endif %}
Cancel and Return {% endblock %}