#{lang('custom_field_groups.labels.id')} #{lang('custom_field_groups.labels.name')} #{lang('custom_field_groups.labels.sections')}
#{group.id} #{if user_authorized?(:edit_custom_field_group) edit_link( CustomFields::Controller::CustomFieldGroups.r( :edit, group.id ), group.name ) else group.name end} #{sections = group.sections.map { |s| s.name } if sections.empty? lang('custom_field_groups.labels.none') else sections.join(', ') end} #{manage_link( CustomFields::Controller::CustomFields.r( :index, group.id ), lang('custom_field_groups.labels.manage_fields') )}
#{render_pagination(@field_groups)}

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

#{new_button( CustomFields::Controller::CustomFieldGroups.r(:new), lang('custom_field_groups.buttons.new') )} #{delete_button(lang('custom_field_groups.buttons.delete'))}