evorepo/templates/packages/outofdate.txt
Dan McGee b6efa3443e Fix template syntax error
Whoops, forgot the closing tag when I was playing with autoescape.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-20 21:52:50 -05:00

15 lines
382 B
Plaintext

{% autoescape off %}* Note: this is an automated message
{{ email }} wants to notify you that the following package may be out of date:
Package Name: {{ pkg.pkgname }}
Architecture: {{ pkg.arch.name }}
Repository: {{ pkg.repo.name }}
({{ weburl }})
{% if message %}
The user provided the following additional text:
{{ message }}
{% endif %}{% endautoescape %}