10 lines
301 B
HTML
10 lines
301 B
HTML
|
|
<xf:if is="$alerts is not empty">
|
||
|
|
<xf:foreach loop="$alerts" value="$alert">
|
||
|
|
<xf:macro id="alert_macros::row_rhpz" arg-alert="{$alert}" />
|
||
|
|
</xf:foreach>
|
||
|
|
<xf:else />
|
||
|
|
<div class="$notifications-empty">
|
||
|
|
<i data-lucide="bell-off" size="24"></i>
|
||
|
|
<span>No new notifications.</span>
|
||
|
|
</div>
|
||
|
|
</xf:if>
|