#{lang('custom_fields.labels.id')} #{lang('custom_fields.labels.name')} #{lang('custom_fields.labels.slug')} #{lang('custom_fields.labels.custom_field_type_id')} #{lang('custom_fields.labels.format')}
#{field.id} #{if user_authorized?(:edit_custom_field) edit_link( CustomFields::Controller::CustomFields.r( :edit, @custom_field_group_id, field.id ), field.name ) else field.name end} #{field.slug} #{@custom_field_types[field.custom_field_type_id]} #{Zen::Markup.to_hash[field.format]}
#{render_pagination(@custom_fields)}

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

#{new_button( CustomFields::Controller::CustomFields.r( :new, @custom_field_group_id ), lang('custom_fields.buttons.new') )} #{delete_button(lang('custom_fields.buttons.delete'))}