{% extends "ereuse_devicehub/base_site.html" %} {% block main %}

{{ title }}

Add new Unnamed Unique Identifiers

Please enter a number of the unique identifiers to issue.

{% if form.form_errors %}

{% for error in form.form_errors %} {{ error }}
{% endfor %}

{% endif %}
{{ form.csrf_token }}
{{ form.amount(class_="form-control") }}
Please enter a number of the unique identifiers to issue.
{% if form.amount.errors %}

{% for error in form.amount.errors %} {{ error }}
{% endfor %}

{% endif %}
Cancel
{% endblock main %}