% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab: % if (stash('expired_or_deleted_invitation')) {
<%= l('Sorry, your invitation has expired or has been deleted.') %>
% } % if (stash('invitation_not_found')) {
<%= l('Sorry, the invitation doesn’t exist. Are you sure you are on the right URL?') %>
% }