{% 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 %}{{ job_name }}{% if locked %} · this phone is {{ name }}{% endif %}
{% if mine %}A list of what you need, not a stocktake. The foreman answers with one tap.
{% if foreman_phone %}{% endif %} {% endif %} {% if not locked %}{% endif %} {% endblock %}