<ul class="list-group">
<{foreach from=$block item=action}>
<li class="list-group-item">
<span class="badge badge-info"><{$action.action_date|substr:0:-3}></span>
<small>
<{$smarty.const._MB_TAD_SIGNUP_QUOTA}> <{$action.number}>
<{if $action.candidate}><span data-toggle="tooltip" title="<{$smarty.const._MB_TAD_SIGNUP_CANDIDATES_QUOTA}>">(<{$action.candidate}>)</span><{/if}>
<{$smarty.const._MB_TAD_SIGNUP_PEOPLE}><{$smarty.const._MB_TAD_SIGNUP_APPLIED}> <{$action.signup_count}> <{$smarty.const._MB_TAD_SIGNUP_PEOPLE}>
</small>
<div>
<{if $action.enable && ($action.number + $action.candidate) > $action.signup_count && $action.end_date|strtotime >= $smarty.now}>
<i class="fa fa-check text-success" data-toggle="tooltip" title="<{$smarty.const._MB_TAD_SIGNUP_IN_PROGRESS}>" aria-hidden="true"></i>
<{else}>
<i class="fa fa-times text-danger" data-toggle="tooltip" title="<{$smarty.const._MB_TAD_SIGNUP_CANT_APPLY}>" aria-hidden="true"></i>
<{/if}>
<a href="<{$xoops_url}>/modules/tad_signup/index.php?id=<{$action.id}>"><{$action.title}></a>
</div>
</li>
<{/foreach}>
</ul>
link to https://github.com/tadlearn/tad_signup/commit/69ed6d9c3bb16873bb1cb270b7b941992e7f0e42 \