{% extends "site_base.html" %}
{% load i18n %}
{% load bootstrap_tags %}
{% load ifsetting_tag %}
{% load account_tags %}
{% load url from future %}
{% block head_title %}{% trans "Log In" %}{% endblock %}
{% block body %}
{% trans "If you have an existing account, provide your login credentials below." %}{% trans "Log in" %}
{% blocktrans %}Don't have an account? Sign up!{% endblocktrans %}
{% endifsetting %}{% trans "Forgot password?" %}
{% endif %} {% ifsetting ACCOUNT_USE_OPENID %} {% endifsetting %} {% if not user.is_authenticated %}{% blocktrans %}If you have any trouble logging in to your account, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
{% endif %}