{% 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 | Name | Price | Actions |
|---|---|---|---|
| {{ product_id }} | {% for field in product_data %} {% if field.fieldName == '_name' %} {{ field.value }} {% endif %} {% endfor %} | {% for field in product_data %} {% if field.fieldName == '_price' %} {{ field.value }} {% endif %} {% endfor %} | Edit Barcodes |