{% extends TEMPLATE_BASE %} {% block content %}

Authentication

{% if user %}

You are currently logged in as
{{user.user_id}} via {{user.user_type}}.

logout

{% else %} {% include "login_box.html" %} {% endif %} {% endblock %}