% if headings.any? %>
| <%= Budget::Heading.human_attribute_name(:name) %> | <% if budget.show_money? %><%= Budget::Heading.human_attribute_name(:price) %> | <% end %> <% if budget.approval_voting? %><%= Budget::Heading.human_attribute_name(:max_ballot_lines) %> | <% end %><%= Budget::Heading.human_attribute_name(:geozone_id) %> | <%= t("admin.actions.actions") %> |
|---|---|---|---|---|
| <%= heading.name %> | <% if budget.show_money? %><%= budget.formatted_heading_price(heading) %> | <% end %> <% if budget.approval_voting? %><%= heading.max_ballot_lines %> | <% end %><%= geozone_for(heading) %> | <%= render Admin::TableActionsComponent.new(heading) %> |