{% 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 %} 👍 {% endif %} |