grocy-cli/templates/shopping/list.yml

10 lines
212 B
YAML
Raw Normal View History

{% for shopping_list in grocy.fields.shopping_lists %}
id: {{ shopping_list.id }}
name: {{ shopping_list.name }}
description: |-
{{ shopping_list.description }}
{% if loop.nextitem %}
---
{%endif%}
{%endfor %}