{% autoescape off %} Hello {{ process.creator.display_name }}, A process you created just finished{% if run %} on run {{ run }}{% endif %}. ID: {{ process.id }} Overall state: {{ process.state }} Tasks summary: {% for slug, task_state in tasks_stats.items %}* {{ slug }}: {{ task_state }} {% endfor %}{% if worker_failures %} Your process has {{ worker_failures|length }} worker{{ worker_failures|pluralize }} with erroneous elements: {% for failure in worker_failures %}- {{ failure.worker_version__worker__name }} worker with {{ failure.percent }}% failures ({{ failure.failures }}/{{ failure.total }}) {% endfor %}{% endif %} You can see all the details and logs here: {{ url }} -- Arkindex {% endautoescape %}