{% extends "welcome_base.html" %}
{% load crispy_forms_filters %}
{% load i18n static %}
{% load allauth account %}
{% block head_title %}
{% trans "Sign In" %}
{% endblock head_title %}
{% block content %}
{% trans "Sign In" %}
{% if not SOCIALACCOUNT_ONLY %}