{function="t('%s result', '%s results', $result_count)"}
{if="!empty($search_term)"}
{'for'|t}
{$search_term}
{/if}
{if="!empty($search_tags)"}
{$exploded_tags=explode(' ', $search_tags)}
{'tagged'|t}
{loop="$exploded_tags"}
{$value}
{/loop}
{/if}
{if="!empty($visibility)"}
{'with status'|t}
{$visibility|t}
{/if}
{if="$untaggedonly"}
{'without any tag'|t}
{/if}