{% extends 'layouts/auth_base.html' %} {% load static %} {% block title %}Login - Stream Processor{% endblock %} {% block content %}

Welcome back

Sign in to Stream Processor

{% csrf_token %}
Signing in...
Authenticating...
Caps Lock is on
Forgot password?

Need access? Contact your administrator.

{% if form.errors %} {% endif %} {% if messages %} {% endif %} {% endblock %} {% block extra_head %} {% endblock %}