<{$smarty.const._MD_MYLIST}>
<{if is_object($show_user)}>
<{assign var="prog" value="receipt.php"}>
<{$smarty.const._MD_UNAME}>: <{$show_user->getVar('uname')}> (<{$show_user->getVar('name')}>)
<{else}>
<{assign var="prog" value="event.php"}>
<{/if}>
<{if $reserved}>
<{$smarty.const._MD_ORDER_DATE}> | <{$smarty.const._MD_TITLE}> |
|
<{foreach from=$reserved item=r}>
<{if $r.eid==$smarty.get.eid && (empty($r.exid) || $r.exid==$smarty.get.exid)}> select<{/if}>">
<{$r.rdate_fmt}> |
<{$r.edate_fmt}>: <{$r.title}> |
<{if $r.cancel}><{$smarty.const._MD_CANCEL}><{/if}> |
<{/foreach}>
<{else}>
<{$smarty.const._MD_NODATA}>
<{/if}>