{% extends "layout.html" %} {% block body %}
You are currently logged in as {{ session.email or "Nobody" }}
{% if session.email %} {% else %} {% endif %} {% if session.email and session.logged_in%} {% if tables %}You logged in - but your email isn't in our list of authorized users.
{% endif %} {% endif %}