summaryrefslogtreecommitdiffstats
path: root/templates/todolists/email_notification.txt
blob: e454ec7933727f740a6540eda2d310227af760bc (plain)
1
2
3
4
5
6
7
8
9
10
11
{% 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.repo.name|lower }}/{{ tpkg.pkgname }} ({{ tpkg.arch.name }}) - {{ tpkg.pkg.get_full_url }}{% endfor %}

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