{% extends "base.html" %} {% block title %}Short of something — {{ job_no }}{% endblock %} {% block crumb %} / {{ job_no }} / Materials{% endblock %} {% block body %} {% if flash == 'sent' %}

Told the foreman. The answer turns up on this screen.

{% 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 not name %} {% with next_url = '/materials/' ~ job_no %}{% include "_whoami.html" %}{% endwith %} {% else %}

What are you short of?

{{ job_name }}{% if locked %} · this phone is {{ name }}{% endif %}

{% if mine %}

What you've asked for

{% for r in mine %}
{{ r.item }} {{ r.timestamp[:16]|replace('T', ' ') }}{% if r.photo %} · photo{% endif %} {%- if r.status == 'got' %}got it on site ✓ {%- elif r.status == 'ordered' %}ordered ✓ {%- elif r.status == 'not-needed' %}not needed {%- else %}waiting{% endif -%}
{% endfor %}
{% endif %}

A list of what you need, not a stocktake. The foreman answers with one tap.

{% if foreman_phone %}

Ring {{ foreman_name or 'the foreman' }}

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