{% load i18n %} {% load horillafilters %} {% load basefilters %}
Timesheet Details
{% trans "Employee" %} {{time_sheet.employee_id}}
{% trans "Project" %} {{time_sheet.project_id}}
{% trans "Task" %} {{time_sheet.task_id}}
{% trans "Date" %} {{time_sheet.date}}
{% trans "Time Spent" %} {{time_sheet.time_spent}}
{% trans "Status" %} {{time_sheet.status}}
{% trans "Description" %} {{time_sheet.description}}
{% trans "Edit" %} {% if perms.project.view_timesheet or request.user|is_reportingmanager %} {% trans "View Timesheet Chart" %} {% endif %} {% trans "Delete" %}