<h:graphicImagewidth="60px"value="#{resource['img/smartphone.svg']}"alt="Smartphone"rendered="#{token.tokenType == 'TOTP' and token.serial.startsWith('TOTP')}"/>
<h:graphicImagewidth="60px"value="#{resource['img/kittoken_small.png']}"alt="Hardware Token"rendered="#{token.tokenType == 'TOTP' and not token.serial.startsWith('TOTP')}"/>
<h:graphicImagewidth="60px"value="#{resource['img/smartphone.svg']}"alt="Smartphone"rendered="#{token.tokenType == 'TOTP' and token.serial.startsWith('TOTP')}"/>
<h:graphicImagewidth="60px"value="#{resource['img/kittoken_small.png']}"alt="Hardware Token"rendered="#{token.tokenType == 'TOTP' and not token.serial.startsWith('TOTP')}"/>