{% load humanize %} {% load custom_tags_and_filters %}
Primary tool owner: {{ task.tool.primary_owner }}
{% if task.tool.backup_owners.all.exists %}
Backup tool owner{{ task.tool.backup_owners.all.count|pluralize }}:
{% for x in task.tool.backup_owners.all %}
{{ x }}
{% if not forloop.last %}
,
{% else %}
{% endif %}
{% endfor %}
{% endif %}
{% 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 %}