summaryrefslogtreecommitdiffstats
path: root/templates/todolists/email_notification.txt
blob: 1825912c401ba07d364fe959978cdc50f63fe90a (plain)
1
2
3
4
5
6
7
8
9
10
{% autoescape off %}The todo list {{ todolist.name }} has had the following packages added to it for which you are a maintainer:

{% for tpkg in todo_packages %}
{{ tpkg.pkg.repo.name|lower }}/{{ tpkg.pkg.pkgname }} ({{ tpkg.pkg.arch.name }}) - {{ tpkg.pkg.get_full_url }}{% endfor %}

Todo list information:
Creator: {{todolist.creator.get_full_name}}
Name: {{todolist.name}}
Description:
{{todolist.description|striptags|wordwrap:69}}{% endautoescape %}