{% extends 'base/layouts/activity-panel/activity-entry/layout.html.twig' %} {% block iboActivityEntryExtraClasses %}ibo-edits-entry{% endblock %} {% block iboActivityEntryMainInformationContent %} {% if (oUIBlock.GetAttributes()|length == 1) and (oUIBlock.GetAttributes()|first['descriptions']|length == 1) %} {{ oUIBlock.GetShortDescriptionAsHtml()|raw }} {% else %} {# Note: In edits entry, the description toggler is positioned #} {{ oUIBlock.GetShortDescriptionAsHtml()|raw }} {% endif %} {% endblock %}