{% load i18n cosinnus_tags %}{% blocktrans %}Hi {{ receiver_name }},

the task "{{ object_name }}" in {{ team_name }} was assigned to you by {{ sender_name }}. 
{% endblocktrans %}{% if object.note %}
"{{ object.note }}"
{% endif %}{% blocktrans %}

You can find it by following this link: {{ object_url }}



(Follow this link to edit your notification preferences: {{ notification_settings_url }} )

Your {{ site_name }} Team.{% endblocktrans %}