]{% extends 'base.html' %} {% load social %} {% block title %} | Sign up with email address{% endblock %} {% block main %} {% get_social_apps as social_apps %}
{% include 'snippets/messages.html' %} {% if redirect_field_value %}

Please sign up to continue.

{% endif %}
{% if social_apps %}

Sign up with social account

{% include 'snippets/social_apps.html' with process='login' %}
{% endif %}

Already signed up? Please sign in using an email address{% if social_apps %}, or use your social account{% endif %}.

{% endblock %} {% block libraries %} {% endblock %}