diff --git a/templates/tip-distribution.html b/templates/tip-distribution.html new file mode 100644 index 0000000000..e304154252 --- /dev/null +++ b/templates/tip-distribution.html @@ -0,0 +1,17 @@ + + {% for amount, ncontributors, summed, pcontributors, psummed in giving_histogram %} + + {% if str(amount) == '-1' %} + + {% else %} + + + {% end %} + + + {% end %} +
Other${{ amount }} + + {{ "%5.1f" % (pcontributors * 100) }}% + ({{ ncontributors }}) +