<%= l('Rows in purple mean that the invitations have expired.') %>
<%= 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') %> % } |