{% extends "base.html" %} {% block title %}{{ _('Create Kanban Column') }}{% endblock %} {% block content %}
{{ _('Add a new column to your kanban board') }}
{{ _('Note:') }} {{ _('The column will be added at the end of the board. You can reorder columns later from the management page.') }}