Files
2026-01-19 17:46:06 +01:00

15 lines
405 B
Smarty

<div class="notification-container">{{{notification}}}</div>
{{#if hasGrouped}}
<div class="notification-grouped">
{{#if isGroupExpanded}}
{{{groupedList}}}
{{else}}
<a
role="button"
data-action="showGrouped"
class="btn btn-sm btn-text"
><span class="fas fa-ellipsis-h fa-sm"></span></a>
{{/if}}
</div>
{{/if}}