diff --git a/views/twig/extensions/themes/default/page/list/list.html.twig b/views/twig/extensions/themes/default/page/list/list.html.twig index d1b9a5c..d74493b 100644 --- a/views/twig/extensions/themes/default/page/list/list.html.twig +++ b/views/twig/extensions/themes/default/page/list/list.html.twig @@ -20,6 +20,14 @@ {{ actCategory.getShortDescription()|raw() }} {% endif %} + + {% if actCategory.oxcategories__oxlongdesc.value and oPageNavigation.actPage == 1 %} + {% block d3_page_list_long_desc %} +
+ {{ include(template_from_string(actCategory.oxcategories__oxlongdesc)) }} +
+ {% endblock %} + {% endif %} {% if actCategory.getIconUrl() %}