{% if product.description is not empty %} {% if product.vendor is defined and product.vendor and not product.vendor.translation.isReviewed and app.request.locale not in ['en', 'de'] %} <a class="ui ribbon label ai-label" style="margin-left: 2rem">{{ 'app.ui.brands_page.ai_generated' | trans }}</a> {% endif %} {{ product.description|raw }}{% else %} {{ 'sylius.ui.no_description'|trans }}.{% endif %}