{% extends 'base.html' %} {% block title %}Login{% endblock %} {% block main %}
{% if session['user_id'] %}

You are already logged in! If you would like to log in as another user, please log out first.

{% else %}

Welcome back! Please provide valid credentials to access additional tools.
If you do not have credentials or have forgotten your username or password, please contact a system administrator.

{% endif %}
{% endblock %}