{% from 'bootstrap4/form.html' import render_form %} {% extends "master.html" %} {% block title %}{{hconfig(ConfigEnum.branding_title) or _('user.home.title')}}{% endblock %} {% block body_header %} {%endblock%} {% block body %}

{{hconfig(ConfigEnum.branding_title) or _('user.home.title')}}

Login
{{render_form(form)}}
{%if 0 and hconfig(ConfigEnum.proxy_path_client)==g.proxy_path %}
Free Test Account

Get a free test account with 200 MB and 7 days.

{%endif%}
{% endblock %}