{% extends "site_base.html" %}{% load i18n jquerymobile_tags ifsetting_tag account_tags %} {% block head_title %}{% trans "Login" %}{% endblock %} {% block body %}
{% blocktrans %}Don't have an account? Sign up!{% endblocktrans %}
{% endifsetting %}{% trans "Forgot password?" %}
{% endif %}{% blocktrans %}If you have any trouble logging in to your account, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
{% endblock %}