8 lines
294 B
Twig
8 lines
294 B
Twig
{% extends 'timesheet/layout-multi-update.html.twig' %}
|
|
|
|
{% block page_title %}{{ 'menu.admin_timesheet'|trans }}{% endblock %}
|
|
{% block page_actions %}
|
|
{% import "timesheet-team/actions.html.twig" as actions %}
|
|
{{ actions.timesheets_team_multi_update('multi-update') }}
|
|
{% endblock %}
|