{% extends "account/base.html" %} {% block hero_content %} {% include "v4/secondary-header.html" with primary="Account" secondary="Logged Out" %} {% endblock hero_content %} {% block deep_content %} {{ block.super }} {% if user.is_anonymous %}

You are logged out of your account.
Thank you for your time today.

{% include "account/sub/login_prompt.html" %} {% else %}

A Potential Issue Occured

You should have been logged out of your website profile, but we've detected you are still logged-in.
If this message is unexpected please attempt to logout again.

{% endif %} {% endblock %}