{% extends "base.html" %} {% block title %}Sign on — {{ job_no }}{% endblock %} {% block crumb %} / {{ job_no }} / Sign on{% endblock %} {% block body %} {% if flash == 'already-on' %}

You were already signed on. Nothing double-counted.

{% endif %} {% if flash == 'already-off' %}

You weren't signed on. Nothing recorded.

{% endif %} {% if wait == 'pending' %}

Waiting on the foreman to approve this phone. Show it to him — one tap and it works every time after that.

{% endif %} {% if wait == 'office' %}

See the office before you start.

{% endif %} {% if via == 'today' %}

Not at {{ job_name }}? tap here

{% endif %} {% if not name %}

Who are you?

{{ job_name }}

{% if crew %} {% endif %}

This phone remembers you. You won't be asked again.

{% elif since %}

On since {{ since_text }}

{{ job_name }} · {{ today_hours }} hrs so far today {% if locked %}
This phone is {{ name }}.{% endif %}

Lunch

{% for l in lunches %} {% endfor %}

Goes straight onto your timesheet. See my week

{% else %}

{{ name }}

{{ job_name }}{% if week_hours %} · {{ week_hours }} hrs this week{% endif %} {% if locked %}
This phone is {{ name }}.{% endif %}

That's your timesheet started. Sign off when you knock off. See my week

{% endif %} {% if name %}
Short of something? 📷 Site photo
{% endif %} {% if tomorrow_job %}

Tomorrow: {{ tomorrow_job }}

{% endif %} {% if foreman_phone %}

Ring {{ foreman_name or 'the foreman' }}

{% endif %} {% if not locked %}{% endif %} {% endblock %}