{% set i18n_prefix = _self|i18n_prefix %}
{{ product.name }}

{% if category.parent %} {{ category.parent }}  /  {% endif %} {{ category }}

{% include 'components/utils/_badge.html.twig' with { type: 'success', name: (i18n_prefix ~ '.active')|trans } %}
{% include 'components/utils/_badge.html.twig' with { type: 'secondary', name: (i18n_prefix ~ '.paused')|trans } %}
{% if has_conversation %} {% endif %}