{% extends "core_components/site_base.html" %} {% block tabtitle %}Simmate | Login{% endblock %} {% block banner %} {% include "core_components/header.html" %} {% endblock %} {% block body %} {% load crispy_forms_tags %} {% load static %} {% load account socialaccount %} {% load getsetting %} {% simmate_setting "website.require_login_internal" as REQUIRE_LOGIN_INTERNAL %} {% simmate_setting "website.login_message" as LOGIN_MESSAGE %}
{% if next %} {% if user.is_authenticated %} Your account doesn't have access to this page. To proceed, please login with an account that has access. {% else %} Please login to see this page. {% endif %} {% else %} {% if LOGIN_MESSAGE %} {{ LOGIN_MESSAGE }} {% else %} Please login to access extra features. {% endif %} {% endif %}
Don't have an account? Sign Up