<mt:Else>
A container tag used within If and Unless blocks to output the alternate case.
This tag supports all of the attributes and logical operators available in the If tag and can be used multiple times to test for different scenarios.
Example:
<mt:If name="some_variable">
'some_variable' is assigned
<mt:Else name="some_other_variable">
'some_other_variable' is assigned
<mt:Else>
'some_variable' nor 'some_other_variable' is assigned
</mt:If>

Leave a note
Have a question, please use the MT Forums. Notes sumbitted here should pertain to tips & hints regarding documentation. Your note may be removed once it's contents has be integrated into the body of the page.