{% extends "layout/base.html" %} {% block content %}
{% include "partial/sidebar.html" %}
{% include "partial/header.html" %} {% set heading = { 'title': title, 'actions': [{ 'label': 'View item', 'link': '/item/view/', 'icon': './src/img/icon/eye.svg', 'class': 'btn btn--primary btn--icon' }] } %} {% include "partial/heading.html" %}

General

Just a help text for presentation purpose
{% set range = { 'label': 'Stock', 'id': 'product-stock', 'value': 40, 'step': 1, 'min': 1, 'max': 100, 'prefix': null, 'suffix': 'piece' } %} {% include "partial/form/range.html" %}
{% include "partial/form/file-group.html" %}
{% include "partial/form/editor.html" %}
{% include "partial/form/file-list.html" %}
{% include "partial/form/file-list-variant.html" %}
{% include "partial/form/combobox.html" %}
Modal {% include "partial/modal.html" %}

Repeater

{% include "partial/form/repeater.html" %}

Metadata

SEO

Settings

$
.00
{% include "partial/footer.html" %}
{% endblock %}