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















{% endfetchxml %}

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

{{ product.oea_name }}

Three electrode surface mount ceramic tube SPD for communication/signal/telephone line.

{{ product.oea_longdescription|raw }}

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

{{ product.oea_name }}

{% else %}

{{ product.oea_name }}

{% endif %}

}}”]

{% endfor %}

[/msdyncrm_twig]