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

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

{{ _('Modify column settings') }}

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

{{ _('The key cannot be changed after creation') }}

{% if column.project_id %}

{{ _('This is a project-specific column') }}

{% else %}

{{ _('This is a global column (for all projects)') }}

{% endif %}

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

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

{{ _('Preview') }}

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

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

{{ _('Inactive columns are hidden from the kanban board') }}

{{ _('Cancel') }}
{% if column.is_system %}

{{ _('System Column:') }} {{ _('This is a system column. You can customize its appearance but cannot delete it.') }}

{% endif %}
{% endblock %}