diff --git a/Resources/views/view/timesheet.html.twig b/Resources/views/view/timesheet.html.twig index e1ba35f..a68d3cb 100644 --- a/Resources/views/view/timesheet.html.twig +++ b/Resources/views/view/timesheet.html.twig @@ -72,7 +72,7 @@ {{ sharedProject.project.name }} - {% if statsPerMonth != null %} + {% if statsPerMonth is not null %}
{{ 'shared_project_timesheets.view.table.user' | trans }} | {% endif %}{{ 'shared_project_timesheets.view.table.description' | trans }} | -{{ 'shared_project_timesheets.view.table.duration' | trans }} | +{{ 'duration'|trans }} | {% if sharedProject.entryRateVisible %}{{ 'hourlyRate' | trans }} | {{ 'total_rate' | trans }} |
---|