• [% photo_to_display = c.cobrand.allow_photo_display(problem) %] [% IF problem.state != 'submitted' AND problem.photo AND photo_to_display %] [% photo_idx = photo_to_display - 1 ~%] [% END %] [% IF problem.state != 'submitted' %]

    [% problem.title | html %]

    [% ELSE %]

    [% loc('Awaiting moderation') %]

    [% END %] [% prettify_dt( problem.created, 'zurich' ) %] [%- IF dist %], [% dist %]km[% END %] [%- IF include_lastupdate AND problem.created != problem.lastupdate AND problem.whensent != problem.lastupdate %], [% tprintf(loc('last updated %s'), prettify_dt( problem.lastupdate, 'zurich' ) ) %] [%- END %] [% IF NOT no_fixed AND problem.is_fixed %] [% loc('(fixed)') %] [% ELSIF NOT no_fixed AND problem.is_closed %] [% loc('(closed)') %] [% END %]