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

Kanban List

New Board {% if kanban_permission == 4 %} {% endif %} {% for row in kanban_board_results %} {% if kanban_permission == 4 %} {% if row.requirement %} {% else %} {% endif %} {% endif %} {% endfor %}
Kanban Board Creation DateProperties
{{ row.kanban_board_name }} {{ row.date_created }}------Properties
{% endblock %}