aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/alert/choose.html
blob: 312b9f520fee00cfa4287168a8cfe29d29b7da59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[% INCLUDE 'header.html', title =>  loc('Local RSS feeds and email alerts') %]

<h1>[% loc('Local RSS feeds and email alerts') %]</h1>

[% IF possible_location_matches %]
    <p>[% loc('We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here.') %]</p>
    <ul class="pc_alternatives plain-list">
        [% FOREACH match IN possible_location_matches %]
        <li><a href="[% choose_target_uri %]?latitude=[% match.latitude | uri %];longitude=[% match.longitude | uri %]">[% match.address | html %]</a></li>
        [% END %]
    </ul>
[% END %]

[% INCLUDE 'footer.html' %]