{% load i18n %} {% load url from future %} {% trans "Sign in with another account:" %} Sign-in using Google Sign-in using Yahoo! {% 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 %}
{% trans "Sign up now!" %}