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 %}
@@ -103,10 +103,10 @@
{% endif %}
-
+
{% if timeRecords is empty %} {{ nothing_found() }} - {% elseif statsPerDay == null %} + {% elseif statsPerDay is null %} @@ -115,7 +115,7 @@ {% endif %} - + {% if sharedProject.entryRateVisible %}
{{ 'shared_project_timesheets.view.table.user' | trans }}{{ 'shared_project_timesheets.view.table.description' | trans }}{{ 'shared_project_timesheets.view.table.duration' | trans }}{{ 'duration'|trans }}{{ 'hourlyRate' | trans }} {{ 'total_rate' | trans }}