inventory/crudkit/html/templates/crudkit/options.html
2025-08-27 10:27:41 -05:00

3 lines
160 B
HTML

{# Renders only <option>...</option> rows #}
{% import "_macros.html" as ui %}
{{ ui.options(items, value_attr=value_attr, label_path=label_path, getp=getp) }}