{% extends "core/site_base.html" %} {% block tabtitle %}Login Status - Simmate{% 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 have successfully signed out of your account. Thank you for visiting!

{% endif %}
{% endblock %}