The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<TMPL_INCLUDE NAME="header.tpl">

<div id="errorcontent" class="container">

  <TMPL_IF ERROR403>
    <div class="message message-negative alert">
      <lang en="You have no access authorization for this application" fr="Vous n'avez pas les droits d'acc&egrave;s &agrave; cette application" />
    </div>
  </TMPL_IF>

  <TMPL_IF ERROR500>
    <div class="message message-negative alert">
      <lang en="Error occurs on the server" fr="Une erreur est survenue sur le serveur" />
    </div>
  </TMPL_IF>

  <TMPL_IF ERROR503>
    <div class="message message-warning alert">
      <lang en="This application is in maintenance, please try to connect later" fr="Cette application est en maintenance, merci de r&eacute;essayer plus tard" />
    </div>
  </TMPL_IF>

  <div id="error">

    <TMPL_IF URL>
      <div class="message message-warning alert">
        <lang en="You were redirect from " fr="Vous avez &eacute;t&eacute; redirig&eacute; depuis " />
        <a href="<TMPL_VAR NAME="URL">"><TMPL_VAR NAME="URL"></a>
      </div>
    </TMPL_IF>

    <div class="buttons">
      <a href="<TMPL_VAR NAME="PORTAL_URL">" class="btn btn-primary" role="button">
        <span class="glyphicon glyphicon-home"></span>
        <lang en="Go to portal" fr="Aller au portail" />
      </a>
      <TMPL_IF NAME="LOGOUT_URL">
        <a href="<TMPL_VAR NAME="LOGOUT_URL">" class="btn btn-danger" role="button">
          <span class="glyphicon glyphicon-log-out"></span>
          <lang en="Logout" fr="Se d&eacute;connecter" />
        </a>
      </TMPL_IF>
    </div>

  </div>

</div>

<TMPL_INCLUDE NAME="footer.tpl">