{% load static %} Sign In — SwiftPOS {% if recaptcha_enabled %} {% endif %} {% block content %}
SwiftPOS

Welcome back

Sign in to manage your sales, inventory, and reports.

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}
{% csrf_token %}
{% if form.username.errors %}
{{ form.username.errors.0 }}
{% endif %}
{% if form.password.errors %}
{{ form.password.errors.0 }}
{% endif %}
{% if recaptcha_enabled %}
{% endif %}
{% endblock %}