[% SET report_blocks_included = 1; SET state_groups = c.cobrand.state_groups_admin; %] [% BLOCK value_or_nbsp -%] [%- IF value %][% value | html %][% ELSE %] [% END %] [%- END %] [% BLOCK format_time -%] [%- IF time %][% time.ymd %] [% time.hms %][% ELSE %][% no_time || ' ' %][% END %][% no_time = '' %] [%- END %] [%# note: date format here (i.e., dd.mm.YYYY) currently used by Zurich %] [% BLOCK format_date -%] [%- IF this_date %] [% this_date.strftime('%d.%m.%Y') %] [% ELSE %][% no_time || ' ' %][% END %][% no_time = '' %] [%- END %] [% BLOCK sort_link %][% IF order == choice %][% c.uri_with( d => 1 - dir ) %][% ELSE %][% c.uri_with( { o => choice, d => 0 } ) %][% END %][% END %] [% BLOCK sort_arrow %] [% IF order == choice %] [% IF dir %] ▼ [% ELSE %] ▲ [% END %] [% ELSE %] [% END %] [% END %] [% BLOCK status_message %] [% IF status_message %]

[% status_message %]

[% END %] [% END %]