{% assign cat = site.data.sort[include.ln] %}{% assign cat_size = cat | size %} {% if cat_size == 0 %}

No Categories found

{% else %}
{% endif %}
{% for c in cat %} {% capture ID %}{{ site.data.categories[c].ID }}{% endcapture %} {% for o in site.categories[ID] %}
{{ o.date | slice: 0,10 }}
{% if o.image-profile == 'img' %}{% else if o.image-profile == 'imgbb'%}{{ o.image }}{% endif %}
{{ o.headline | truncate: 32 }}
#{{ o.ln }} #{{ o.condition }} #{{ o.tags }}
{{ o.description }}
{% if o.min-size > 0 %}{{ o.min-size }}..{% endif %}{{ o.max-size }} {{ o.unit }}
( {{ o.price-per-unit | decimals }} {{ o.price-currency }} / {{ o.unit }} )
( {{ site.data.price-sources[o.price-source].price[o.price-currency] }} {{ o.price-currency }} / FAIR )
{% endfor %} {% endfor %}