% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab: % if (scalar(@{$self->stash('fails')})) {
% for my $msg (@{$self->stash('fails')}) { <%= $msg %> % }
% } % if (scalar(@{$self->stash('success')})) {
% for my $msg (@{$self->stash('success')}) { <%== $msg %> % }
% }

<%= l('Invite a guest') %>

<%= l('You can invite someone to send you files through this Lufi instance even if they don’t have an account on it.') %>

% if (stash('send_with_user_email')) {

<%= l('The invitation mail will be send from your email address (%1).', stash('user_mail')) %>

% }