Files
kimai2/templates/timesheet/multi-update.html.twig
2019-11-15 01:25:31 +01:00

8 lines
279 B
Twig

{% extends 'timesheet/layout-multi-update.html.twig' %}
{% block page_title %}{{ 'timesheet.title'|trans }}{% endblock %}
{% block page_actions %}
{% import "timesheet/actions.html.twig" as actions %}
{{ actions.timesheets_multi_update('multi-update') }}
{% endblock %}