{% extends '@kohinos/admin/boffice/layout.html.twig' %} {% set block_title = 'Kanban' %} {% block boffice_content %} {# Filters bar #}
{# Toggle panel for installations #} {# Kanban board #}
{# Columns will be rendered by JS #}
{# Column add/edit modal (GLOBAL_ADMIN only) #} {# Column delete confirm modal #} {% endblock %} {% block boffice_js %} {{ encore_entry_script_tags('boffice-api') }} {{ encore_entry_script_tags('boffice-kanban') }} {% endblock %}