{% trans "Sign In" %}
{% if not SOCIALACCOUNT_ONLY %}
{% trans 'If you have not created an account yet, then please' %}
{% trans 'Sign Up' %}
{% endif %}
{% 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 %}
{% trans 'If you have not created an account yet, then please' %}
{% trans 'Sign Up' %}
{% endif %}