<% unless object.nil? %>
<% object.show_custom_field_values.each do |custom_value| %>
<%= label_tag("", h(custom_value.custom_field.name) + ":") %> <%= show_value(custom_value) %>
<% end %>
<% end %>