[%
recent_photos = c.cobrand.recent_photos('front', 5);
%]
[% IF recent_photos.size %]
[%- IF c.cobrand.moniker == 'hart' %]
Recently reported
[% ELSE %]
[% loc('Recently reported problems') %]
[% END -%]
[% FOREACH problem IN recent_photos %]
[% INCLUDE 'front/_list-entry.html' %]
[% END %]
[% END %]