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

Please sign in to continue.

{% endif %}
{% if social_apps %}

Sign in with social account

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

Don't have an account yet? Please {% if social_apps %}use your social account, or {% endif %}sign up using an email address.

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