blob: 80da23d608aeb5f0b00f2c16f2fe634f98ec1760 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{% 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 %}
|