{% load static %} {% load widget_tweaks %} Protected Gateway
{% if form.errors %}

Your username or password was incorrect. Try again.

{% endif %} {% if next %} {% if user.is_authenticated %}

You dont have permission for this page

{% else %}

Please login to see this page

{% endif %} {% endif %} {% if not faravahar %}

This website is hermetically sealed
It's protected by adorable little KITTENS

{% else %}

This website is Hermetically Sealed

{% endif %} {% if nuclear %}

Site-wide access revoked

{% else %}
{% csrf_token %}

{{ form.username.label_tag }} {{ form.username }}

{{ form.password.label_tag }}
{{ form.password|add_class:"password-input" }}

{% endif %}