[#if isRegimentalCommander == "yes"]
<%if (product.productCategory.id != "55555" && product.productCategory.treePath.indexOf("55555") == -1 && product.maxCommission != "0.00" ) {%>
<div class="col-xs-5" style="float: right;line-height: 24px;">
<img class="center-block col-xs-4" src="mobile/shop/images/money.gif">
<span style="font-size:9px;">赚:<text class="text-red"><%-$.currency(product.maxCommission, true,false,0.5)%></text></span>
</div>
<%}%>
[/#if]