{% autoescape off %} Hello {{ user.display_name }}, A process you created just finished{% if run %} on run {{ run }}{% endif %}. ID: {{ process.id }} Overall state: {{ state }} Tasks summary: {% for slug, task_state in tasks_stats.items %}* {{ slug }}: {{ task_state }} {% endfor %} You can see all the details and logs here: {{ url }} -- Arkindex {% endautoescape %}