evorepo/templates/packages/outofdate.txt

11 lines
357 B
Plaintext
Raw Normal View History

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