aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_all.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/donations_all.html')
-rw-r--r--tmpl/donations_all.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tmpl/donations_all.html b/tmpl/donations_all.html
new file mode 100644
index 0000000..f08fc9e
--- /dev/null
+++ b/tmpl/donations_all.html
@@ -0,0 +1,15 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>[% config.sitename %]: Donations list</title>
+ </head>
+ <body>
+ <h1>Mageia.Org donations list</h1>
+ <ul>
+ [%- USE date(format='%Y/%m/%d') -%]
+ [% FOR don IN donations.donations.sort('date').reverse %]
+ <li><b><a href="donations_p_[% don.pa %].html">[% don.who %]</a></b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.sc_name %])</li>
+ [%- END -%]
+ </ul>
+ </body>
+</html>