diff options
author | Struan Donald <struan@exo.org.uk> | 2017-11-30 15:22:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-15 17:35:53 +0000 |
commit | af7a457bfaed2ba143aaeccfc7ccf2b8d443e22d (patch) | |
tree | 7c8244118b58600e314d77b682817927f68f2500 /templates | |
parent | fb75d4f912c504b42d11f2c8f32b5dcff2b348b6 (diff) |
[fixmystreet.com] Council average response time.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/reports/summary.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/reports/summary.html b/templates/web/fixmystreet.com/reports/summary.html index 6ea664331..8b7f84f59 100644 --- a/templates/web/fixmystreet.com/reports/summary.html +++ b/templates/web/fixmystreet.com/reports/summary.html @@ -100,6 +100,7 @@ [% END %] </tbody> <tfoot> + <tr><td>[% body.name %]</td><td>[% tprintf(nget("%s day", "%s days", body_average), body_average) %]</td></tr> <tr><td>[% loc('Overall average') %]</td><td>[% tprintf(nget("%s day", "%s days", average), average) %]</td></tr> </tfoot> </table> |