title = "Account" url = "/account/:code?" layout = "default" meta_title = "Account" meta_description = "If you are already a client, sign in with you details here" is_hidden = 0 [viewBag] localeUrl[gr] = "/account" [account] redirect = "user/account" paramCode = "code" forceSecure = 0 ==
{% if not user %} {% if post('register') %}

Thanks for registering

Your application has been received and you will get an email from us once you are approved to sign in.

Return to the homepage

{% else %}

Sign in

If you are already a client, sign in with you details here.

Forgot password?

Register

You may apply to the client area by completing this form.

{% endif %} {% else %}

Account information

You may change your account information.

{{ form_ajax('onUpdate', { model: user }) }}
{{ form_close() }}

Account menu

Your personal account menu.

{% endif %}