Created by {{ task.creator }} on {{ task.creation_time }} ({{ task.creation_time|naturaltime }}).
Urgency: {{ task.get_urgency_display|lower }}
{% if task.force_shutdown %}
This task forced the tool to remain shut down.
{% endif %}
{% if task.safety_hazard %}
This task was considered a safety hazard to the {{ facility_name }}.
{% endif %}
{% if task.problem_category %}
Problem category: {{ task.problem_category|lower }}
{% endif %}