{% extends "base.html" %} {% block title %}Docket signed — {{ job_no }}{% endblock %} {% block crumb %} / {{ job_no }} / T&M{% endblock %} {% block body %} {% if row.status == 'signed' %}

Signed.

{{ job_name }} · TM-{{ job_no }}-{{ row.date }}-{{ row.seq }}

{{ row.signed_by }}{% if row.company %} ({{ row.company }}){% endif %} signed it at {{ row.signed_at[11:16] }}. {{ row.hours_total }} hrs on the docket.

Day Works is now Y on {{ men|length }} timesheet{{ 's' if men|length != 1 }} for {{ row.date }}.

Open the docket PDF {% else %}

Saved as a draft.

{{ job_name }} · TM-{{ job_no }}-{{ row.date }}-{{ row.seq }}

Nobody has signed it yet. It stays red on the job screen until they do.

Get it signed now {% endif %}

Back to the job

{% endblock %}