{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% translate 'Inventory Setup' %}{% endblock %} {% block header_bar %} {% translate 'Inventory Setup' %} {% endblock %} {% block content %}
{% blocktranslate %} Currently no admin user is defined in the database. To use the inventory management system you need at least one admin user... {% endblocktranslate %}
{% blocktranslate %} Please verify that the following settings are correct and then fill out the form at the end and click {% endblocktranslate %} {% translate 'Create user' %}
{% blocktranslate %} Please correct the errors below. {% endblocktranslate %}
{% endif %} {% endblock %}