{% extends "base.html" %} {% block content %}

Welcome to Domain Logon Monitoring

{% if current_user.is_authenticated %}

Hello {{ current_user.username }}, welcome back!

Quick Links:
{% else %}

Please login {% if allow_registration %}or register {% endif %}to access the monitoring system.

Login {% if allow_registration %} Register {% endif %}
{% endif %}
{% endblock content %}