evorepo/templates/todolists/email_notification.txt

11 lines
456 B
Plaintext
Raw Normal View History

{% autoescape off %}The todo list {{ todolist.name }} has had the following packages added to it for which you are a maintainer:
2008-07-01 15:43:37 -07:00
{% for tpkg in todo_packages %}
{{ tpkg.pkg.repo.name|lower }}/{{ tpkg.pkg.pkgname }} ({{ tpkg.pkg.arch.name }}) - {{ tpkg.pkg.get_full_url }}{% endfor %}
2008-07-01 15:43:37 -07:00
Todo list information:
2008-07-01 15:43:37 -07:00
Creator: {{todolist.creator.get_full_name}}
Name: {{todolist.name}}
Description:
{{todolist.description|striptags|wordwrap:69}}{% endautoescape %}