#{render_search_form( ::CustomFields::Controller::CustomFields.r(:index, @custom_field_group_id) )}

#{get_breadcrumbs}

#{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) CustomFields::Controller::CustomFields.a( field.name, :edit, @custom_field_group_id, field.id ) else field.name end} #{field.slug} #{@custom_field_types[field.custom_field_type_id]} #{Zen::Markup.to_hash[field.format]}
#{if @custom_fields.respond_to?(:navigation) \ and @custom_fields.page_count > 1 @custom_fields.navigation end}

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

#{CustomFields::Controller::CustomFields.a( lang('custom_fields.buttons.new'), :new, @custom_field_group_id )}