<%= text_area(property[:name], :cols => 80, :label => property[:pretty_name].capitalize) %>

<%= property[:nullable?] ? "Required." : "Optional." %>