{% if kimai_context.control_sidebar is defined %} {% for name, tab in kimai_context.control_sidebar %} {% endfor %} {% endif %}
{% if kimai_context.control_sidebar is defined %} {% for name, tab in kimai_context.control_sidebar %}
{% if tab.controller is defined %} {{ render(controller(tab.controller)) }} {% elseif tab.template is defined %} {% include tab.template %} {% endif %}
{% endfor %} {% endif %}