blob: 80ed142d1a98646c756d7085d40437326ac38d8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<p>
[% IF c.cobrand.is_council %]
[% tprintf(loc('%s has a variety of RSS feeds and email alerts for local
problems, including alerts for all problems within a particular ward, or all
problems within a certain distance of a particular location.', "%s is the site name"), site_name) %]
[% ELSE %]
[% tprintf(loc('%s has a variety of RSS feeds and email alerts for local problems, including
alerts for all problems within a particular ward or council, or all problems
within a certain distance of a particular location.', "%s is the site name"), site_name) %]
[% END %]
</p>
[% IF location_error %]
<div class="error">[% location_error | safe %]</div>
[% ELSE %]
[% INCLUDE 'errors.html' %]
[% END %]
<p>
[% IF c.cobrand.is_council %]
[% tprintf(loc('To find out what local alerts we have for you, please enter your %s postcode or street name and area:'), c.cobrand.council_area) %]
[% ELSE %]
[% loc('To find out what local alerts we have for you, please enter your postcode or street name and area' ) %]
[% END %]
</p>
|