{% extends "../layout.html" %} {% load static %} {% block menubutton %} {% if userflag %}
  • Logout
  • {% else %}
  • Login
  • {% endif %} {% endblock %} {% block content %} {% if errors %} {% else %}

    Manage Better...

    All your inventory solutions in one place

    Login
    {% endif %} {% if request.user.is_authenticated %} {% else %}
    Employee Login
    Sign into your account
    Username can't be blank
    Password can't be blank
    {% for message in messages %}
    × {{ message }}
    {% endfor %}
    {% endif %} {% if errors %} {% endif %} {% endblock %}