{assign var=size value=$gBitSystem->getConfig('articles_image_size','small')}
{if $showDescriptionsOnly && $article.has_more}{/if}
{if $article.primary_attachment}
{include file=$gLibertySystem->getMimeTemplate('inline',$article.primary_attachment.attachment_plugin_guid) attachment=$article.primary_attachment thumbsize=$size}
{else}
{/if}
{if $showDescriptionsOnly && $article.has_more}{/if}
{/if}
{if $article.show_image eq 'y'}{assign var=hideprimary value=y}{/if}
{if $gBitSystem->isFeatureActive( 'articles_attachments' ) && $gBitSystem->isFeatureActive( 'liberty_auto_display_attachment_thumbs' )}
{include file="bitpackage:liberty/storage_thumbs.tpl"}
{/if}
{if $article.use_ratings eq 'y'}
{/if}
{if $showDescriptionsOnly}
{$article.parsed_description}
{else}
{$article.parsed_data}
{/if}