{% assign cat = site.data.sort[include.ln] %}{% assign cat_size = cat | size %} {% capture price_fairo %}{{ site.data.price-sources['fairo'].price['FAIRO'] }}{% endcapture %} {% if cat_size == 0 %}

No Categories found

{% else %}
{% endif %} {% for o in site.posts %}
{% if o.image-profile == 'img' %}{% else if o.image-profile == 'imgbb'%}{{ o.image }}{% endif %}
{{ o.headline | truncate: 32 }}
{{ o.language-code }} {{ o.latitude }},{{ o.longitude }},{{ o.country-code }} {{ o.condition }} {% for tag in o.tags %} {% if forloop.index == 1 %} {{ site.data.categories | map: o.tags[0] | map: "title" | map: include.ln }} {% else %} {{ site.data.categories | map: o.tags[0] | map: "Tags" | map: tag | map: include.ln }} {% endif %} {% endfor %}
{{ o.description }}
{% capture price_ex %}{{ site.data.price-sources[o.price-source].price[o.price-currency] | plus: 0.00001 | round: 4 }}{% endcapture %} {% capture price %}{% if price_ex != "" %}{{price_ex}}{% else %}{{ o.price-source }}{% endif %}{% endcapture %}
{{ o.price-per-unit | divided_by: price | round:1 | decimals }} FAIR
{% if o.min-size > 0 %}{{ o.min-size }}..{% endif %}{{ o.max-size }} {{ o.unit }}
( {{ o.price-per-unit | decimals }} {{ o.price-currency }} / {{ o.unit }} )
( {{ price }} {{ o.price-currency }} / FAIR )
{% if price_ex != "" %}{{ o.price-source }}{% else %}fixed price{% endif %}
{% endfor %}