{% if model.system.get('server.login') and handler.user.hasPriv(PRIV.PRIV_REGISTER_USER) %}

{{ _("Don't have an account?") }}

{{ _('By signing up a {0} universal account, you can submit code and join discussions in all online judging services provided by us.').format((handler.domain|default({ui:[]})).ui.name|default(model.system.get('server.name'))) }}

{{ _('Sign Up Now') }}
{% endif %}
{{ _('CLOSE') }}

{{ _('SIGN IN') }}

{{ _('Using your {0} universal account').format(model.system.get('server.name')) }}

{% if model.system.get('server.login') %}
{% endif %} {%- for v in handler.loginMethods -%}
{{ _(v.text) }}
{%- endfor -%}
{{ _('Forgot password or username?') }}