layout | title | data |
---|---|---|
layout-tablesort.njk |
Approved Green Cleaning Products List |
masterproductlist |
Clear Filters
Filter by Category:
Clear Filters
{% for products in masterproductlist %}
{% endfor %}
Product Category | Product Type | Product Manufacturer | Product Name | Certification |
---|---|---|---|---|
{{ products.category }} | {%if products.general and products.bath and products.glass and products.carpet and products.vacuum !==null %} {% else %} {% if products.general %} {{ products.general }}{% endif %}{% if products.bath %}{{ products.bath }}{% endif %}{% if products.glass %}{{ products.glass }}{% endif %}{% if products.carpet %}{{ products.carpet }}{% endif %}{% if products.vacuum %}{{ products.vacuum }}{% endif %} {%endif%} | {{ products.manufacturer }} | {{ products.product }} | {% if products.GsCertified %}{{ products.GsCertified }}{% endif %}{% if products.EcCertified %}{{ products.EcCertified }}{% endif %}{% if products.CarpetStyle %}{{ products.CarpetStyle }}{% endif %} |