{% extends "base.html" %} {% block content %}
{{ _('Note') }} {{ _('By click the') }} {{ _('Sign in button') }} {{ _('below you are agreeing to the') }} {{ _('terms of use') }} {{ _('and') }} {{ _('data') }}.
{% if next is not none%} {% if auth.twitter %} {{ _('Sign in with Twitter') }} {% endif %} {% if auth.facebook %} {{ _('Sign in with Facebook') }} {% endif %} {% if auth.google %} {{ _('Sign in with Google') }} {% endif %} {% else %} {% if auth.twitter %} {{ _('Sign in with Twitter') }} {% endif %} {% if auth.facebook %} {{ _('Sign in with Facebook') }} {% endif %} {% if auth.google %} {{ _('Sign in with Google') }} {% endif %} {% endif %}