<?xml version="1.0" encoding="utf-8"?>
<template>

<t t-name="KanbanView.ForecastColumnQuickCreate">
    <div class="o_column_quick_create">
        <div class="o_quick_create_folded">
            <span class="o_kanban_add_column"><i class="fa fa-plus" role="img" t-att-aria-label="widget.addColumnLabel" t-att-title="widget.addColumnLabel"/></span>
            <span class="o_kanban_title"><t t-esc="widget.addColumnLabel"/></span>
        </div>
    </div>
</t>
</template>
