<%= I18n.t('c80_catoffers.csamples_widget.h3_title') %>

<% list.each_with_index do |csample, i| %> <% aux_css = aux_css_list[i] %>

<%= csample.title.html_safe %>

<%= csample.sub_title %>
<%= render_image_link_lazy({ :alt_image => csample.title, :image => csample.csphoto, :a_href => '', :a_class => '', :a_css_style => aux_css[:a_lazy_wrapper], :a_rel => 'nofollow' }) %>
    <% csample.crows.each do |crow| %>
  • <%= crow.offer_title %> - <%= crow.offer_price_integer %> р.
  • <% end %>
Итого: <%= csample.summ_price %> руб.
<% end %>