{% extends "layout.html" %} {% block content %}

Unified Kanban Board

Organize tasks from any project on shared boards

{% if project %}
Project Context: {{ project.code }} {{ project.name }} {% if project.category %} {{ project.category.icon or '📁' }} {{ project.category.name }} {% endif %}
{% endif %}
{% if g.user.role.value in ['Team Leader', 'Supervisor', 'Administrator', 'System Administrator'] %} {% endif %} {% if project %} Back to Projects Task View {% else %} Back to Kanban Overview {% endif %}
{% if boards %}
{% endif %} {% if not boards %}

No Kanban Boards Created Yet

Create your first Kanban board to start organizing tasks visually.

{% if g.user.role.value in ['Team Leader', 'Supervisor', 'Administrator', 'System Administrator'] %} {% endif %}
{% endif %}
{% endblock %}