{% extends 'layout/content.html.twig' %} {% block title %}{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('task-kanban') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('task-kanban') }} {% endblock %} {% block breadcrumb %} {% endblock %} {% set hasSidebar = true %} {% set showSidebar = false %} {% block sidebar %} {{ render(controller('App\\Controller\\SharedController::getProjectSideBarMenu', {acronym: project.acronym, step: step})) }} {% endblock %} {% block content %}
{% include "tasks/kanban/_filter.html.twig" %}
{% for place in places %} {% if not is_feature_enabled(project, 'hide_' ~ place) %}

{{ place | trans}}

{% endif %} {% endfor %}
{% include 'tasks/browse/_modal_detail.html.twig' %}
{% endblock %}