Justicialistas Product Feed for Facebook https://justicialistas.com.ar {% for product in products %} {% if product.productVariants is not empty %} {% for variant in product.productVariants %} {{ product.sku }} {{ variant.sku }} {{ product.name }} {{ product.shortDescription | striptags }} {{ url('web_product_item', { 'productSlug': product.slug}) }} {{ url("web_home") }}photos/product/{{ product.photos[0].path }} https://cdn.mycdn.foo/files/123123123_image2.jpg https://cdn.mycdn.foo/files/123123123_image3.jpg Justicialistas New in stock {{ product.price |number_format(2, '.', '') }} ARS {% if product.offerprice is not empty %} {{ product.offerprice |number_format(2, '.', '') }} ARS {% endif %} {% endfor %} {% else %} {{ product.sku }} {{ product.name }} {{ product.shortDescription | striptags }} {{ url('web_product_item', { 'productSlug': product.slug}) }} {{ url("web_home") }}photos/product/{{ product.photos[0].path }} https://cdn.mycdn.foo/files/123123123_image2.jpg https://cdn.mycdn.foo/files/123123123_image3.jpg Justicialistas New in stock {{ product.price |number_format(2, '.', '') }} ARS {% if product.offerprice is not empty %} {{ product.offerprice|number_format(2, '.', '') }} ARS {% endif %} {% endif %} {% endfor %}