#{render_search_form( ::CustomFields::Controller::CustomFieldGroups.r(:index) )}

#{get_breadcrumbs}

#{lang('custom_field_groups.labels.id')} #{lang('custom_field_groups.labels.name')} #{lang('custom_field_groups.labels.sections')}
#{group.id} #{CustomFields::Controller::CustomFieldGroups.a( group.name, :edit, group.id )} #{group.name} #{sections = group.sections.map { |s| s.name } if sections.empty? lang('custom_field_groups.labels.none') else sections.join(', ') end} #{CustomFields::Controller::CustomFields.a( lang('custom_field_groups.labels.manage_fields'), :index, group.id )}
#{if @field_groups.respond_to?(:navigation) \ and @field_groups.page_count > 1 @field_groups.navigation end}

#{lang('custom_field_groups.messages.no_groups')}

#{CustomFields::Controller::CustomFieldGroups.a( lang('custom_field_groups.buttons.new'), :new )}