{{ job.status }} {% trans started=(job.started_at or job.created_at)|format_date(utc=True) %}Started: {{ started }}{% endtrans %}
{% if progress >= 100 and has_results and results_route %} {{ _("Show Results") }} {% endif %} {% if show_cancel %} {% endif %}
{{ job.message.replace('{totalCount}', total_count|string).replace('{taskCount}', job.task_count|string) }}
{{ (progress / 100) | format_percent(2) }}