{if isset($tag) && $tag} {** TAG **}
{if $tag.title}

{$tag.title}

{else}

{$tag.tag}

{/if}
{$tag.desc}
{if isset($sites) && count($sites)}

{t tag=$tag.title}quiqqer/tags template.tag.header.results{/t}

{foreach from=$sites item=Entry}
{if $Entry->getAttribute('image')} {image src=$Entry->getAttribute('image') class="qui-tags-tag-list-entry-image" width="100" } {else}
{/if}

{$Entry->getAttribute('title')}

{$Entry->getAttribute('short')}

{/foreach} {else} {t}quiqqer/tags message.types.tag.no.entries.found{/t} {/if}
{else} {** TAG LIST **} {*

{$Site->getAttribute('title')}

{if $Site->getAttribute('short')}
{$Site->getAttribute('short')}
{/if}
*} {if $Site->getAttribute('content')}
{$Site->getAttribute('content')}
{/if}
{control control="\QUI\Tags\Controls\TagList"}
{/if}