[% INCLUDE 'admin/header.html' title=loc('Emergency message') %] [% PROCESS 'admin/report_blocks.html' %] [% INCLUDE status_message %]

Homepage

[% loc('This emergency message will be shown on the homepage.') %]

[% IF errors.emergency_message %]
[% errors.emergency_message %]
[% END %]

[% loc('Message') %]:

[% loc('Out of hours') %]:

[% IF body_cobrand.feature('waste') %]

WasteWorks

The waste message will be shown on all waste pages.

Waste message:

[% loc('Out of hours') %]:

[% END %]

Reporting page

[% IF hardcoded_reporting_message %]

Your reporting page message is currently hard-coded and will display at all times.

[% hardcoded_reporting_message %]
[% ELSE %]

[% loc('The reporting message will be shown on reporting pages.') %]

[% loc('Reporting message') %]:

[% loc('Out of hours') %]:

[% END %]

Out of hours periods

If there is no out of hours message, the normal message is shown at all times.

[% FOR ooh IN ooh_times %] [% INCLUDE 'admin/emergencymessage/_ooh.html' i=loop.index %] [% END %]
[% INCLUDE 'admin/emergencymessage/_ooh.html' ooh={} i=9999 %]

[% INCLUDE 'admin/footer.html' %]