evorepo/templates/packages/outofdate.txt

15 lines
363 B
Plaintext
Raw Normal View History

{% 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 %}