{% extends 'layout.html.twig' %} {% set seo_entity = collection %} {% set body_class = 'collection has-banner' %} {% set site_header_white = collection.lightHeader %} {% block content %}
{{ collection.content|raw }}
{% for group in collection.swatchGroups() %} {% endfor %}

Specifications

{% for style in collection.collectionStyles %} {{ style.title }} {% endfor %}
{% for style in collection.collectionStyles %}
{% for spec in style.specifications %}
{{ spec.title }}
{{ spec.content|raw }}
{% endfor %} {% if style.applications is not empty %}
Applications
{% for application in style.applications %}
{% endfor %}
{% endif %} {% if style.features is not empty %}
Features
{% for feature in style.features %}
{% endfor %}
{% endif %} {% if style.certifications is not empty %}
Certifications
{% for certification in style.certifications %}
{{ certification.title }}
{% endfor %}
{% endif %}
{% endfor %}
{% if collection.downloads is not empty %} {% if is_texstyle_au() %}

Downloads

{% else %}

Resources

{% endif %}
{% for download in collection.downloads %}
{{ download.title }}
{% if download.description %}
{{ download.description|raw }}
{% endif %}
{% if download.downloadFile %} Download {% elseif download.downloadUrl %} View {% endif %}
{% endfor %}
{% endif %} {% if collection.exploreMore is not empty %}

Explore More Collections

{% for more in collection.exploreMore|slice(0, 3) %} {% endfor %}
{% endif %}
{% for category in categories %} {% endfor %}
{% endblock %} {% block callouts %} {% include '_includes/help-callout.html.twig' %} {% include '_includes/email-modal.html.twig' with {'title': 'Email ' ~ collection.title ~ ' Specifications', 'action': path('collections_email', {'urlTitle': collection.urlTitle})} %} {% endblock %}