<{if $now_time < $activity.start_time}>
<{include file="topc/promotion/activity/not_beginning.html"}>
<{elseif $activity.end_time < $now_time}>
<{include file="topc/promotion/activity/end.html"}>
<{else}>
<{include file="topc/promotion/activity/in.html"}>
<{/if}>
<{include file="topc/promotion/activity/collection.html"}>