% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab: % use Number::Bytes::Human qw(format_bytes); % my $lang = $self->get_date_lang();
<%= l('Rows in purple mean that the invitations have expired.') %>
<%= l('Guest mail') %> | <%= l('URL') %> | <%= l('Created at') %> | <%= l('Expire at') %> | <%= l('Files sent at') %> | ||
---|---|---|---|---|---|---|
% unless ($e->show_in_list) { % } | <%= $e->guest_mail %> | <%= url_for('guest', token => $e->token)->to_abs %> | <%= $lang->time2str(l('%A %d %B %Y at %T'), $e->created_at) %> | <%= $lang->time2str(l('%A %d %B %Y at %T'), $e->expire_at) %> | <%= $lang->time2str(l('%A %d %B %Y at %T'), $e->files_sent_at) if $e->files_sent_at %> | % if ($e->files) { <%= l('Files') %> % } |