diff options
author | Dave Arter <davea@mysociety.org> | 2015-02-19 15:41:40 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-07-22 19:14:35 +0100 |
commit | 3bd46c927bd54f40dc16068cc9c4c98da2ad29e7 (patch) | |
tree | a5858816e0d7264e5c1d450dc73f9831a6f1cbdb /templates | |
parent | fdbfe27b970cda74f81a030a850fb8c8b44a92eb (diff) |
[Oxfordshire] Add expected response time to report page
This adds a new problem_response_days sub to the Oxfordshire cobrand that
provides an expected response time based on a problem's category.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/oxfordshire/report/_council_sent_info.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/oxfordshire/report/_council_sent_info.html b/templates/web/oxfordshire/report/_council_sent_info.html index 464c10256..df39acfe6 100644 --- a/templates/web/oxfordshire/report/_council_sent_info.html +++ b/templates/web/oxfordshire/report/_council_sent_info.html @@ -3,6 +3,14 @@ [% IF problem.whensent %] [% problem.duration_string(c) %]<br> [% END %] + [% IF c.cobrand.problem_response_days(problem) > 0 %] + Problems in the + [% problem.category %] + category are generally responded to within + [% c.cobrand.problem_response_days(problem) %] + working days. + <br /> + [% END %] <strong> [% IF problem.can_display_external_id %] [% IF problem.whensent %] |