{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% translate 'Inventory Setup' %}{% endblock %} {% block header_bar %} {% translate 'Inventory Setup' %} {% endblock %} {% block content %}
Congratulations, you have successfully setup the Inventory management system
You may now log in with the password you just set up.
{% endblock %}