diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/alert/list.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/default/alert/list.html b/templates/web/default/alert/list.html index 8b76fd04a..547cd27d3 100644 --- a/templates/web/default/alert/list.html +++ b/templates/web/default/alert/list.html @@ -15,6 +15,13 @@ [%# FIXME cobrands and pics here %] + [% IF photos %] + <div id="alert_photos"> + <h2>[% loc('Photos of recent nearby reports') %]</h2> + [% photos %] + </div> + [% END %] + <p> [% IF pretty_pc %] [% tprintf( loc('Here are the types of local problem alerts for %s.'), pretty_pc ) %] |