{% extends "base.html" %} {% block title %}{{ title }} - AsapLoads POS{% endblock %} {% block header_title %}{{ title }}{% endblock %} {% block content %}
{{ title }}

Generating a license key will allow the branch to operate the POS system for the specified duration.

{% csrf_token %}
{{ form.branch }} {% if form.branch.errors %}
{{ form.branch.errors.0 }}
{% endif %}
{{ form.duration }} {% if form.duration.errors %}
{{ form.duration.errors.0 }}
{% endif %}

Once generated, the license key will be visible only once. Make sure to save it securely.

Cancel
{% endblock %}