{% extends "base.html" %} {% block content %}
{% from "_formhelpers.html" import render_field %}
{{ form.hidden_tag() }} {% if next is not none%}
{% if auth.twitter %} {% endif %} {% if auth.facebook %} {% endif %} {% if auth.google %} {% endif %}
{% else %}
{% if auth.twitter %} {% endif %} {% if auth.facebook %} {% endif %} {% if auth.google %} {% endif %}
{% endif %}
{% endblock %}