{$smarty.const.SITE_NAME|htmlspecialchars}
{$item->tradeShow.title|htmlspecialchars}
{$item->tradeShow.date|date_format:'%B %e, %Y'}
Registration List
{if $item->recordTypes}
{if count($item->recordTypes.vendor)}
{* Vendors Registration List*}
{foreach from = $item->recordTypes.vendor key = 'company' item = 'vendors' name = 'vendors'}
{if $smarty.foreach.vendors.index%$item->numberOfColumns==0}
{/if}
numberOfColumns!=0 && $smarty.foreach.vendors.last} colspan="{$item->numberOfColumns}"{/if}>
{assign var = 'vendorOptions' value = 'App\TradeShow\Vendor\Admin\View::getVendorOptionsString'|call_user_func:$vendors}
{$company|htmlspecialchars}{if $vendorOptions} {$vendorOptions}{/if}
{foreach from = $vendors item = 'vendor'}
- {$vendor.name|htmlspecialchars}
{/foreach}
|
{if $smarty.foreach.vendors.iteration%$item->numberOfColumns==0 || $smarty.foreach.vendors.last}
{/if}
{/foreach}
{/if}
{if count($item->recordTypes.singleAttendee)}
{* Single Attendees Registration List*}
Single Attendees
{foreach from = $item->recordTypes.singleAttendee item = 'attendee' name = 'attendees'}
{if $smarty.foreach.attendees.index%$item->numberOfColumns==0}
{/if}
- {$attendee.name|htmlspecialchars}{if $attendee.company} - {$attendee.company|htmlspecialchars}{/if}
{if $smarty.foreach.attendees.iteration%$item->numberOfColumns==0 || $smarty.foreach.attendees.last}
|
{/if}
{/foreach}
{/if}
{else}
Empty List
{/if}