Contractor Work Order
{{ facility.name if facility else 'Facility' }}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
{{ issue.severity }} {% set badge = {'sent':'secondary','acknowledged':'info','completed':'success'}[wo.status] %} {{ wo.status_label }}
{% if area %}{% endif %}
Facility{{ facility.name if facility else '—' }}
Area{{ area.name }}
Reported{{ issue.reported_at.strftime('%b %d, %Y') if issue.reported_at else '—' }}
What needs doing
{{ issue.description }}
{% if wo.message %}
Note from the team
{{ wo.message }}
{% endif %}
{% if wo.status == 'completed' %}
You marked this complete on {{ wo.completed_at.strftime('%b %d, %Y') if wo.completed_at else 'file' }}. The team will verify the work. No further action is needed.
{% else %} {% if wo.status == 'sent' %}
{% endif %}
{% endif %}

This link is private to you. Please don't share it.