{% 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á {{ user.name }},

O item abaixo está pendente e sua atenção é necessária:

{% for wi in workitems %}
- {{ wi.instance.pk }} - {{ wi.instance.content_object }}
{% endfor %}

Por favor, acesse o sistema e dê andamento nas suas pendências: {{ site }}{% url 'workflow_pending' %}.
