{# @sw-package framework #} {% if child.cookie is not empty and child.hidden is not same as(true) %} {% set cookie = child.cookie %} {# @deprecated tag:v6.8.0 - Use `child.name` instead of `child.snippet_name`. Support for `child.snippet_name` will be removed. #} {% set childName = child.snippet_name ?? child.name %} {# @deprecated tag:v6.8.0 - Use `child.description` instead of `child.snippet_description`. Support for `child.snippet_description` will be removed. #} {% set childDescription = child.snippet_description ?? child.description %}
{% if childDescription %}

{{ childDescription|trans|sw_sanitize }}

{% endif %}
{% endif %}