{% load vmo_tags %}
Consultant Name | Vendor Name | Hiring Manager | Timesheet | Action |
---|---|---|---|---|
{{ timesheet.contractor.name }} | {{ timesheet.contractor.vendor.name }} | {{ timesheet.contractor.hiring_manager}} | {{ timesheet.total_time|get_hours }} | {% if approval_status == 1 %} 👎 {% else %} {% if timesheet.contractor.id|timesheet_grace_tag:filter_month_year %} 👍 {% else %} 👍 {% endif %} {% endif %} |