{block name="eventlistbox_overdue"} {foreach $overdue_events as $event} {include file="event/eventlistboxrow.html" overdue=1} {/foreach}
{if !empty($overdue_events_only)} {trans("Overdue events")} {else} {trans("Overdue events assigned to You")} {/if} {if isset($overdue_limited)} {trans("(limited to first 100)")} {/if}
{/block}