blob: 93abea035ae7e3ce46e756245720c8448f9c3fae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{% autoescape off %}{{ 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 %}
|