Like the title says...I want to use the state (enabled/disabled) of an addon as the basis for an if condition. Can this be done and if so what is the proper way to use it Something like this? <xen:if is="{$xenAddon.addon_id} == 1"> </xen>...