{% 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á,

Há {{ workitems.count }} item(ns) pendentes com você:

{% 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' %}.
