diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 10:38:47 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 10:38:47 +0000 |
commit | 1c4a5f28dd91048e31111889073f896888c1a527 (patch) | |
tree | f9179c1e38d593f4778b522d0a8aebab320cfe24 /templates | |
parent | b2584382a67ed23efcfb089ddd4c38c5b6ebe240 (diff) |
Include reports total on Zurich stats page.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/stats.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/stats.html b/templates/web/zurich/admin/stats.html index 97a66cd11..92521ff1d 100644 --- a/templates/web/zurich/admin/stats.html +++ b/templates/web/zurich/admin/stats.html @@ -27,6 +27,7 @@ </form> <ul> +<li>[% loc('Total') %]: [% reports_total || 0 %] <li>[% loc('Closed') %]: [% reports_solved || 0 %] <li>[% loc('Hidden') %]: [% reports_spam || 0 %] <li>Externe Adressen: [% reports_assigned || 0 %] |