X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fsrc%2Falliances%2Fresources.tt2;h=a9ce49807315627b510727eb23722b6f0d5875d1;hb=5f201b31d1ed259f7eec068794b477f886a77bcb;hp=20c642de73db61485abbf7d246ddc107af6441a8;hpb=f5639def9af1ddcef6c9d17d6c6ab534aeb6adda;p=ndwebbie.git diff --git a/root/src/alliances/resources.tt2 b/root/src/alliances/resources.tt2 index 20c642d..a9ce498 100644 --- a/root/src/alliances/resources.tt2 +++ b/root/src/alliances/resources.tt2 @@ -17,15 +17,15 @@ [% a.name %] [% a.relationship %] [% a.members %] ([% a.planets %]) - [% comma(a.score) %] - [% comma(a.size) %] - [% comma(a.resources) %] - [% comma(a.hidden) %] - [% comma(a.resplanet) %] - [% comma(a.hidplanet) %] - [% comma(a.nscore) %] ([% a.nscore - a.score %]) - [% comma(a.nscore2) %] ([% a.nscore2 - a.score %]) - [% comma(a.nscore3) %] ([% a.nscore3 - a.score %]) + [% a.score | commify %] + [% a.size | commify %] + [% a.resources | commify %] + [% a.hidden | commify %] + [% a.resplanet | commify %] + [% a.hidplanet | commify %] + [% a.nscore | commify %] ([% a.nscore - a.score %]) + [% a.nscore2 | commify %] ([% a.nscore2 - a.score %]) + [% a.nscore3 | commify %] ([% a.nscore3 - a.score %]) [% END %]