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

Inventory

Upload Placeholder

Please select a Placeholders CSV file.

{% if form.form_errors %}

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

{% endif %}
Use the following template to register or update placeholders.
Choose the type of device.
The following considerations are important:
1. Do not rename columns or add new columns.
2. Accepted file types are ods, xlsx and csv.
3. A new Placeholder will be registered if the PHID value does not exist in the system or is empty.
4. A Placeholder will be updated if the PHID value exists in the system
{{ form.csrf_token }}
Type of devices {% if form.type.errors %}

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

{% endif %}
{{ form.placeholder_file }}
{% if form.placeholder_file.errors %}

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

{% endif %}
{% if lot_id %} Cancel {% else %} Cancel {% endif %}
{% endblock main %}