{% 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 %}{{ job_name }}
This phone remembers you. You won't be asked again.
{% elif since %}{{ job_name }} · {{ today_hours }} hrs so far today
{% if locked %}
This phone is {{ name }}.{% endif %}
Goes straight onto your timesheet. See my week
{% else %}{{ 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 %} {% endif %} {% if tomorrow_job %}Tomorrow: {{ tomorrow_job }}
{% endif %} {% if foreman_phone %}{% endif %} {% if not locked %}{% endif %} {% endblock %}