{if ($this->getAttribute('filter') == 'input' || $this->getAttribute('filter') === 'all')}
{/if}
{if ($this->getAttribute('filter') == 'tags' || $this->getAttribute('filter') === 'all') && $this->getAttribute('tags')}
{foreach from=$tags item=tag}
{/foreach}
{/if}