aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_who.json
blob: 0895b4d742cc28b2e8e6caae06e9aae4b5b729b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[%- USE JSON ( pretty => 1 ) -%]
[%-
   SET out = [];
   FOREACH pa IN donations.by_pa.keys.sort;
        SET n = {};
        SET n.who = donations.by_pa.$pa.who;
        SET n.url = "http://treasurer.mageia.org/donations_p_${pa}.html";
        out.push(n);
   END;
-%]
[% out.json -%]