{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% translate 'Inventory Setup' %}{% endblock %} {% block header_bar %} {% translate 'Inventory Setup' %} {% endblock %} {% block content %}

Onboarding completed!

Congratulations, you have successfully setup the Inventory management system

You may now log in with the password you just set up.

{% csrf_token %}
{{ form.username.label_tag }} {{ form.username }}
{{ form.password.label_tag }} {{ form.password }}
{% endblock %}