% use Number::Bytes::Human qw(format_bytes); % my $lang = $self->get_date_lang();
<%= l('Selection') %>
|
<%= l('Guest mail') %> | <%= l('URL') %> | <%= l('Created at') %> | <%= l('Expire at') %> | <%= l('Files sent at') %> | <%= l('Files') %> |
---|---|---|---|---|---|---|
% 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') %> % } |
<%= l('Files sent in invitation XX1 by XX2') %>