{% extends "core_components/site_base.html" %} {% block tabtitle %}Simmate | Login Status{% endblock %} {% block banner %} {% include "core_components/header.html" %} {% endblock %} {% block body %}
{% if user.is_authenticated %}

You're still logged in!

If you'd like sign out, select the 'Logout' button in navigation bar above.

{% else %}

Logged off!

You've successfully signed out of your account. Thanks for visiting our site!

{% endif %}
{% endblock %}