{% extends "business/auth/auth_base.html" %} {% block title %}Login - Inventory Management System{% endblock %} {% block auth_title %}Welcome Back!{% endblock %} {% block auth_subtitle %}Sign in to your account to continue{% endblock %} {% block auth_content %}
{% csrf_token %} {% if request.GET.next %} {% endif %}
Please enter your username or email.
Forgot password?
Please enter your password.
{% endblock %} {% block auth_footer %}

Don't have an account? Sign up now

{% endblock %} {% block extra_js %} {% endblock %}