Is it semantically correct to use this kind of code?
{if condition-1=="some value"}
content
{if:elseif condition-2=="another value"}
another content
{if:elseif condition-3=="more value"}
more content
{if:elseif condition-4=="yet more value"}
yet more content
{if:else}
other content
{/if}