[% INCLUDE 'admin/header.html' title=loc('Emergency message') %] [% PROCESS 'admin/report_blocks.html' %] [% INCLUDE status_message %]
[% loc('This emergency message will be shown on the homepage.') %]
[% loc('Message') %]: [% emergency_message %]
[% loc('Out of hours') %]: [% emergency_message_ooh %]
The waste message will be shown on all waste pages.
Waste message: [% emergency_message_waste %]
[% loc('Out of hours') %]: [% emergency_message_waste_ooh %]
Your reporting page message is currently hard-coded and will display at all times.
[% hardcoded_reporting_message %]
[% loc('The reporting message will be shown on reporting pages.') %]
[% loc('Reporting message') %]: [% emergency_message_reporting %]
[% loc('Out of hours') %]: [% emergency_message_reporting_ooh %]
If there is no out of hours message, the normal message is shown at all times.