{{ 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.