<{includeq file='db:cms_header.html'}> <{if $cms_start}>

<{$cms_start.title}> <{if $cms_is_admin}><{$cms_start.editItemLink}> <{$cms_start.deleteItemLink}><{/if}>

<{if $cms_start.subtitle}>

<{$cms_start.subtitle}>

<{/if}> <{if $show_toolbar_print == TRUE}> <{$smarty.const._MD_CMS_PRINT}> <{/if}> <{if $show_toolbar_pdf == TRUE}> <{$smarty.const._MD_CMS_PDF}> <{/if}> <{if $show_toolbar_email == TRUE}> <{$smarty.const._MD_CMS_EMAIL}> <{/if}> <{if $show_toolbar_share == TRUE}>
<{$smarty.const._MD_CMS_SHARE}>
<{/if}>
<{if $cms_post_comment}>
<{$cms_start.start_comment_info}>
<{/if}>
<{if $cms_start.counter || $cms_start.updated}>
<{if $cms_start.counter}> <{$cms_start.counter}> <{$smarty.const._CO_CMS_START_VIEWS}> <{/if}> <{if $cms_start.counter && $cms_start.updated}> | <{/if}> <{if $cms_start.updated}> <{$smarty.const._CO_CMS_START_UPDATED}>: <{$cms_start.last_update}> <{/if}>
<{/if}> <{if $cms_start.logo && $display_start_logos}> <{if $freestyle_logo_dimensions}>
<{if $cms_start.website}> <{$cms_start.title}> | <{$cms_start.website}> <{else}> <{$cms_start.title}> <{/if}>
<{else}>
<{if $cms_start.website}> <{resized_image file=$cms_start.logo width=$logo_display_width height="999" fit="inside"}> <{else}> <{resized_image file=$cms_start.logo width=$logo_display_width height="999" fit="inside"}> <{/if}>
<{/if}> <{/if}> <{if $cms_start.extended_text}>
<{$cms_start.extended_text}>
<{else}>
<{$cms_start.description}>
<{/if}>
<{if $cms_start.website}>
<{$smarty.const._CO_CMS_START_WEBSITE}>:
<{/if}>
<{if $cms_start.tags}>
<{$smarty.const._CO_CMS_START_RELATED_ITEMS}> <{$cms_start.tags}>
<{/if}>
<{/if}> <{if $start_summaries}>
<{if $cms_tag_select_box}>
<{$cms_tag_select_box}>
<{/if}> <{if $cms_navbar }>
<{$cms_navbar}>
<{/if}> <{foreach item = start from = $start_summaries}>

<{$start.title}> <{if $cms_is_admin}><{$cms_start.editItemLink}> <{$cms_start.deleteItemLink}><{/if}>

<{if $start.subtitle}>

<{$start.subtitle}>

<{/if}> <{if $cms_post_comment}>
<{$start.start_comment_info}>
<{/if}>
<{if $start.updated}> <{$smarty.const._CO_CMS_START_UPDATED}>: <{$start.last_update}> <{/if}>
<{if $start.logo && $display_start_logos}> <{if $freestyle_logo_dimensions}>
<{$start.title}>
<{else}> <{/if}> <{/if}>

<{$start.description}><{if $start.extended_text}> <{$smarty.const._CO_CMS_READ_MORE}><{/if}>

<{if $start.tags}>
<{$smarty.const._CO_CMS_START_RELATED_ITEMS}> <{$start.tags}>
<{/if}>
<{/foreach}> <{if $cms_navbar }>
<{$cms_navbar}>
<{/if}>
<{/if}> <{if $cms_start_table}>
<{if $cms_tag_select_box}> <{$cms_tag_select_box}> <{/if}>
<{$cms_start_table}> <{/if}> <{includeq file='db:cms_footer.html'}>