{% load i18n %} {% load url from future %}

{% trans "Sign in with another account:" %}

{% trans "Sign in with OpenID" %}

{% csrf_token %}
{% if 'signup' not in request.get_full_path %}

{% trans "Don't have an account? "%}

{% trans "Sign up now!" %}

{% endif %}