{% extends "base.html" %} {% block title %}Tomorrow — the board{% endblock %} {% block crumb %} / Board{% endblock %} {% block body %} {# Same board, one altitude up: the columns are JOBS and a drag is tomorrow's roster row. The whole point of this screen is the button at the bottom — somebody already types "who's where tomorrow" into WhatsApp every evening, and dragging is faster than typing. If the message ever stops coming off this board, the board is dead inside a week. #}

Tomorrow — {{ tomorrow.strftime('%a %d/%m') }}

Tap a name, then tap a job. {{ explicit }} set so far — everyone else is where he was today.

{% if yard %}

Not on a job

{% for c in yard %}{% endfor %}
{% endif %}
{% for j in jobs %}

{{ j.key }}

{{ columns[j.key]|length }}

{{ j.label }}

{% for c in columns[j.key] %} {% else %} nobody yet {% endfor %}
{% else %}

No job folders with a Sign-On folder in them. Nothing to roster.

{% endfor %}
{# ---------------------------------------------------------------- the message Composed here, copied by hand. Nothing on this page sends anything to anyone. #}

Post to the groups

{% endblock %}