<%= RedCloth.new(listing[:description]).to_html if listing[:description] %>
<% if listing[:photos].length > 1 %>
Click the images to see larger versions hosted on flickr.
<% listing[:photos].each do |photo| %>
-
<% end %>
<% end %>
- Dimensions:
- <%= listing[:dimensions].split('x').collect { |d| "#{d}cm" }.join(' x ' ) %>
- Weight:
- <%= listing[:weight] %>
- Volumetric weight:
- <%= format("%.2fkg", listing[:volumetric_weight]) %>