{% for sCaseLogAttCode, aCaseLogData in oUIBlock.GetCaseLogTabs() %} {% set sExtraCSSClass = (loop.index == 1) ? 'ibo-is-active' : '' %} {% endfor %} {% set sExtraCSSClass = (oUIBlock.GetCaseLogTabs() is empty) ? 'ibo-is-active' : '' %}
{% for sCaseLogAttCode, aCaseLogData in oUIBlock.GetCaseLogTabs() %}
{{ aCaseLogData.authors|length }} {{ aCaseLogData.total_messages_count }}
{% if oUIBlock.HasCaseLogTabEntryForm(sCaseLogAttCode) %}
{{ render_block(oUIBlock.GetCaseLogTabEntryForm(sCaseLogAttCode)) }}
{% endif %}
{% endfor %}
{% if oUIBlock.HasCaseLogTabs() %} {% endif %} {% if oUIBlock.HasLifecycle() %} {% endif %}
{% if oUIBlock.IsCaseLogsSubmitAutonomous() %} {% endif %}
{% if oUIBlock.GetGroupedEntries()|length > 0 %} {% for aEntryGroup in oUIBlock.GetGroupedEntries() %} {{ include('base/layouts/activity-panel/entry-group.html.twig', {aEntryGroup: aEntryGroup}) }} {% endfor %} {% else %}
{{ source("illustrations/undraw_reading_time.svg") }}
{{ 'UI:Layout:ActivityPanel:NoEntry:Placeholder:Hint'|dict_s }}
{% endif %}