Emotion: {{for data.emotions}} {{:helper.link(value.name, '', {"image" : value.id}, data.current_emotion == value.id ? 'selected' : null)}} {{/for}} Installed Software: {{for data.bought}} {{:helper.link(value.name, '', {"software" : value.id}, null, value.on ? 'selected' : null)}} {{/for}} Available RAM: {{:data.available_ram}} Downloadable Software: {{for data.not_bought}} {{:helper.link(value.name + " (" + value.ram + ")", '', {"purchase" : value.id}, value.ram <= data.available_ram ? null : 'disabled')}} {{/for}}