{% extends "layout.html" %} {% block title %}Admin Dashboard - {{ tenant.name }} - KCAP Demo Server{% endblock %} {% block content %}
| Product ID | {% for custom_field in custom_fields %} {% if custom_field.fieldName != '_id' %}{{ custom_field.label }} | {% endif %} {% endfor %}Actions |
|---|---|---|
| {{ product_id }} | {% for custom_field in custom_fields %} {% if custom_field.fieldName != '_id' %}
{% for field in product_data %}
{% if field.fieldName == custom_field.fieldName %}
{% if custom_field.fieldType == 'IMAGE_URI' %}
{% if field.value %}
|
{% endif %}
{% endfor %}