[% IF disallowed.match('reporter') AND (NOT disallowed.match('open') OR problem.is_open) %]

Only the original reporter may leave updates. [% IF NOT c.user_exists %] If you made the original report please log in to leave an update. [% 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 %]