% title $self->l('OOOPS'); %= include 'header' %= include 'public_toolbar'

<%= $msg %>

<%=l 'BACK_TO_MAIN_MENU' %> <% if ($err eq 'ERROR_NAME_CONFLICT'){ %> <%=l 'JOIN_THIS_ROOM' %> <% } elsif ($err eq 'WRONG_PASSWORD'){ %> <%=l 'TRY_AGAIN' %> <% } elsif ($err eq 'ERROR_ROOM_s_LOCKED'){ %> <%=l 'AUTH_IF_OWNER' %> <% } %>
%= include 'js_common' %= include 'footer'