evorepo/templates/packages/outofdate.txt
Dan McGee 43964627a3 Update out of date flag screen and email
Now that multiple packages get marked out of date whenever this form is
processed, have the page and email itself reflect this fact.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-18 13:48:44 -05:00

11 lines
357 B
Plaintext

{% autoescape off %}{{ email }} wants to notify you that the following packages may be out-of-date:
{% for p in packages %}
* {{ p.pkgname }} {{ p.full_version }} [{{ p.repo.name|lower }}] ({{ p.arch.name }}): {{ p.get_full_url }}{% endfor %}
{% if message %}
The user provided the following additional text:
{{ message }}
{% endif %}{% endautoescape %}