{% load i18n %}

{% trans "Login using your Google account" %}

{% csrf_token %}
{{form.as_p}}

Or you can register now | RemindMe my password

{% if alert %}
{{ alert }}
{% endif%} {% if msg %}
{{ msg }}
{% endif%}