{% load humanize %}
Primary tool owner: {{ task.tool.primary_owner }}
Secondary tool owner: {{ task.tool.secondary_owner }}
{% if task.last_updated and task.last_updated_by %} Last updated by {{ task.last_updated_by }} on {{ task.last_updated }} ({{ task.last_updated|naturaltime }}). {% endif %}
{% if task.progress_description %}
{% endif %} {% if rendered_configuration_html %}
{% endif %}