{% extends 'private/base/base.html.twig' %} {% block stylesheets_addition %} {% endblock %} {% block body %}
{% block topBar %} {% embed 'components/topBar.html.twig' %}{% endembed %} {% endblock %} {% block menu %} {% embed 'components/menu.html.twig' %}{% endembed %} {% endblock %}
{% embed 'components/pageTitle.html.twig' %}{% endembed %}
{% include 'private/accounting/partial/_km_summary_table.html.twig' with { 'summary': summary, 'period': period } %}
{% embed 'components/footer.html.twig' %}{% endembed %}
{% embed 'components/sideBar.html.twig' %}{% endembed %} {% block javascripts_addition %} {% endblock %} {% endblock %}