<% @members.each do |member| %> <% end %>
Member Burden Percent Burden Amount
<%= member.name %>
<%= member.burden_percent * 100 %>% <%= number_to_currency(member.burden_amount) %>
<% @incomes.each do |income| %> <% end %>
Member For Amount Included
<%= income.member.name %>
<%= income.description %> <%= number_to_currency(income.amount) %> <% if income.included %> yes <% else %> no <% end %>
<% @expenses.each do |expense| %> <% end %>
Bill Payment Monthly
<%= expense.description %>
<%= number_to_currency(expense.payment) %> <%= number_to_currency(expense.monthly) %>
<%= expense.period.downcase %> <% if expense.credit_card %> credit card <% end %> <% if expense.estimated %> estimated <% end %>