{% extends "layout.html" %} {% block title %}Home - KCAP Demo Server{% endblock %} {% block content %}
Manage your product catalog and AR content for barcode scanning applications.
| Product ID | {% for custom_field in custom_fields %} {% if custom_field.fieldName != '_id' and custom_field.fieldType != 'IMAGE_URI' %}{{ custom_field.label }} | {% endif %} {% endfor %}Actions |
|---|---|---|
| {{ product_id }} | {% for custom_field in custom_fields %} {% if custom_field.fieldName != '_id' and custom_field.fieldType != 'IMAGE_URI' %}{% set matching_fields = product_data|selectattr('fieldName', 'equalto', custom_field.fieldName)|list %} {{ matching_fields[0].value if matching_fields else '' }} | {% endif %} {% endfor %}Edit Barcodes |