[% IF disallowed.match('reporter') AND (NOT disallowed.match('open') OR problem.is_open) AND NOT (disallowed.match('reporter-not-open') AND problem.is_open) %]
[% loc('Only the original reporter may leave updates.') %] [% IF NOT c.user_exists %] [% tprintf(loc('If you made the original report please log in to leave an update.'), "/auth?r=report/" _ problem.id) %] [% END %]
[% ELSE %][% loc('This report is now closed to updates from the public.') %] [% tprintf(loc('You can make a new report in the same location.'), c.uri_for( '/report/new', { longitude = longitude, latitude = latitude } ) ) %]
[% END %]