You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
354 B

  1. <div class="block">
  2. ::if user!=null::
  3. ::_("Hello"):: ::user.getName()::<br/>
  4. <a href="/user/logout" class="btn btn-default btn-sm">::_("Log out")::</a>
  5. ::else::
  6. ::raw _("You already have an account?<br/>
  7. Click here to log in")::<br/>
  8. <a href="/user/login" class="btn btn-default btn-sm btn-primary">::_("Log in")::</a>
  9. ::end::
  10. </div>