<?xml version="1.0" encoding="utf-8"?>
<html  xmlns:t="http://www.participatorypolitics.org/"
      xmlns:i18n="http://www.participatoryculture.org/i18n">
<head>
</head>
<body>
<a class="feeditem noselect">
    <img class="icon" alt="" src="***this.obj.getIconURL()***" />
    <div t:hideIf="this.obj.getNumber() == 0" class="left-bubble @@@this.obj.getNumberColor()@@@">
        <div class="right-bubble @@@this.obj.getNumberColor()@@@">
            <div class="number-count @@@this.obj.getNumberColor()@@@" t:replace="this.obj.getNumber()" />
        </div>
        <div t:showIf="this.obj.enableNewVideoPlayButton()" href="#" 
             class="new-video-play-button"
             onclick="return playNewVideos(event, ***this.objID()***);" >
            <img src="resource:images/play.png" />
        </div>
    </div>
    <div class="name" t:replace="this.obj.getTitle()" />
</a>
<!--
	<div class="channel_bar_divider" />
-->
</body>
</html>
