{% 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 %}

Are you sure you want to sign out?

{% csrf_token %} {% if redirect_field_value %} {% endif %}

This logout confirmation exists for security reasons

{% endblock %}