{% if use_cdn %}
{% else %}
{% endif %}
{% if logo_url %}
{% else %}
{{ brand_name|default:"Your Brand" }}
{% endif %}
Login to your account
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{{{{ form.username.label }}}}
{{{{ form.username }}}} {{% if form.username.errors %}}
{{{{ form.username.errors.0 }}}}
{{% endif %}}
{{{{ form.password.label }}}}
I forgot password
{{{{ form.password }}}} {{% if form.password.errors %}}
{{{{ form.password.errors.0 }}}}
{{% endif %}}
Remember me on this device
Don't have account yet?
Sign up