[msdyncrm_twig]
{% fetchxml collection=”products” cache=”PT30M” %}















{% endfetchxml %}

{% for product in products.results.entities %}

{{ product.oea_name }}

Small size surge protective device with visual separation indicator. Protection from induced surge via AC power supply.

{{ product.oea_longdescription|raw }}

{% if product.productimage.annotationid != null %}

{{ product.oea_name }}

{% else %}

{{ product.oea_name }}

{% endif %}

{% endfor %}

[/msdyncrm_twig]