{% extends "django_simple_account/common.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Sign into your account" %}{% endblock %} {% block js %} {% endblock %} {% block content %}

{% trans "Sign into your account" %}

{% if form.non_field_errors %} {% endif %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{% if request.GET.urlencode %} {% trans "Forgot password?" %} {% else %} {% trans "Forgot password?" %} {% endif %}

{% if OAUTH_GOOGLE_CLIENT_ID %}
{% endif %} {% if OAUTH_FACEBOOK_CLIENT_ID %}
{% endif %}
{% endblock %}