Items List
{% if items and items|length > 0 %}
{% for item in items %}
ID:
Vehicle Name:
Description:
Image URL:
Labels:
Created Timestamp:
Modified Timestamp:
Update
Delete
{% endfor %}
{% else %}
No items found.
{% endif %}
Back