{% extends "base.html" %} {% block title %}{{ _('Create Kanban Column') }}{% endblock %} {% block content %}

{{ _('Create Kanban Column') }}

{{ _('Add a new column to your kanban board') }}

{% if project_id %} {% endif %}

{{ _('Create Kanban Column form') }}

{{ _('The display name shown on the kanban board') }}

{{ _('Unique identifier (lowercase, no spaces, use underscores). Auto-generated from label if empty.') }}

{% if projects %}

{{ _('Select a project to create project-specific columns, or leave as Global for all projects') }}

{% endif %}

{{ _('Font Awesome icon class') }} {{ _('Browse icons') }}

{{ _('Bootstrap color class for styling') }}

{{ _('Tasks moved to this column will be marked as completed') }}

{{ _('Cancel') }}

{{ _('Note:') }} {{ _('The column will be added at the end of the board. You can reorder columns later from the management page.') }}

{% endblock %}