templates/bundles/SyliusShopBundle/Product/Show/Tabs/Details/_description.html.twig line 1

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