%= image url_for('/img/lock.png'), alt => l('SECURE'), class => "img-responsive carouselLogo"
%= l('P2P_COMMUNICATION')
%= l('SECURE')
%= image url_for('/img/universal.png'), alt => l('WORKS_EVERYWHERE'), class => "img-responsive carouselLogo"
%= l('MODERN_BROWSERS')
%= l('WORKS_EVERYWHERE')
%= image url_for('/img/multi.png'), alt => l('MULTI_USER'), class => "img-responsive carouselLogo"
%= l('THE_LIMIT_IS_YOUR_PIPE')
%= l('MULTI_USER')
%= image url_for('/img/signin.png'), alt => l('NO_SIGNIN'), class => "img-responsive carouselLogo"
%= l('YOU_DONT_HAVE_TO_REGISTER')
%= l('NO_SIGNIN')
%= image url_for('/img/clock.png'), alt => l('QUICK'), class => "img-responsive carouselLogo"
%= l('STOP_WASTING_TIME')
%= l('QUICK')
%= image url_for('/img/screen.png'), alt => l('SCREEN_SHARING'), class => "img-responsive carouselLogo"
%= l('SHARE_DESKTOP_OR_WINDOW')
%= l('SCREEN_SHARING')
%= image url_for('/img/chat.png'), alt => l('TEXT_CHAT'), class => "img-responsive carouselLogo"
%= l('SECURED_TEXT_CHAT')
%= l('TEXT_CHAT')
% if (get_opt_features->{etherpad}) {
%= image url_for('/img/note.png'), alt => l('COLLABORATIVE_NOTETAKING'), class => "img-responsive carouselLogo"
%= l('TAKE_NOTE_IN_REALTIME')
%= l('COLLABORATIVE_NOTETAKING')
% }