{% comment %}
You can use these variables:
- workitems
- user
- url_prefix (like "http://myhost.com/", with myhost.com defined in the user profile field [web_host])

The "subject" parameter (urls.py) is a template string too, with these variables
availables:
-workitems
-user

{% endcomment %}
Olá,

{% if workitems.count > 1 %}
Os itens abaixo falharam, favor revisar os Workflows.
{% else %}
O item abaixo falhou, favor revisar Workflow.
{% endif %}

{% for wi in workitems %}
Workflow:  {{wi.instance.process}}
Atividade: {{wi.activity}}
Instância: {{wi.instance}}

{% endfor %}
