8 lines
307 B
Twig
8 lines
307 B
Twig
{% extends 'timesheet/layout-edit.html.twig' %}
|
|
{% import "timesheet-team/actions.html.twig" as actions %}
|
|
|
|
{% block page_title %}{{ 'menu.admin_timesheet'|trans }}{% endblock %}
|
|
{% block page_actions %}{{ actions.timesheet_team(timesheet, 'edit') }}{% endblock %}
|
|
|
|
{% set route_back = 'admin_timesheet' %}
|