summaryrefslogtreecommitdiffstats
path: root/templates/packages/outofdate.txt
blob: 4876c31657e7194a226e1a3fbf71c33cf8842de7 (plain)
1
2
3
4
5
6
7
8
9
10
{% 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 %}