Welcome!

{% if user.is_authenticated %}

You are logged in as {{ user.username }}.

Go to Dashboard Logout {% else %}

Please log in to access the dashboard.

{% csrf_token %} {{ form.as_p }}

Don't have an account? Register

{% endif %}