#{get_breadcrumbs}

#{lang('custom_fields.labels.id')} #{lang('custom_fields.labels.name')} #{lang('custom_fields.labels.slug')} #{lang('custom_fields.labels.type')} #{lang('custom_fields.labels.format')}
#{field.id} #{anchor_to( field.name, CustomFields::Controllers::CustomFields.r(:edit, @custom_field_group_id, field.id), :title => field.name )} #{field.name} #{field.slug} #{lang("custom_fields.special.type_hash.#{field.type}")} #{@format_hash[field.format]}

#{lang('custom_fields.messages.no_fields')}

#{anchor_to( lang('custom_fields.buttons.new'), CustomFields::Controllers::CustomFields.r(:new, @custom_field_group_id) )}