%# FIXME add more information %>
<%
product_item_pos = 0 if ! product_item_pos
product_item_pos += 1
%>
<%= link_to_product product, :class => 'product-pic', :style => 'background-image:url(%s)' %
( product.image ? product.image.public_filename(:minor) : '/images/icons-app/product-default-pic-minor.png' ) %>
<%= link_to_product product %>
- <%= _('Price: %s') % (product.price ? product.price : _('Not informed')) %>
<% if product.enterprise %>
- <%= _('Suplier: %s') % link_to_homepage(product.enterprise.name, product.enterprise.identifier) %>
<% end %>
- <%=_('Category:') + ' ' + link_to_product_category(product.product_category) %>