<%# locals: (weight:, color:) %> <% effective_weight = weight.presence || 0 %>
<% 10.times do |i| %>
" style="background-color: <%= color %>;">
<% end %>

<%= number_to_percentage(effective_weight, precision: 2) %>