Listing Charge Templates

<% if @charge_templates.size > 0 %> <% for column in ChargeTemplate.content_columns %> <% end %> <% for charge_template in @charge_templates %> <% for column in ChargeTemplate.content_columns %> <% end %> <% end %>
<%= column.human_name %>Edit Destroy
<%=h charge_template.send(column.name) %><%= link_to 'Edit', :action => 'edit', :id => charge_template %> <%= link_to 'Destroy', { :action => 'destroy', :id => charge_template }, :confirm => 'Are you sure?' %>
<% else %>

There are currently no charge templates.

<% end %> <%= link_to 'New charge_template', :action => 'new' %>