<%= form.text_field :name %>

<%= form.text_field :position, :size => 5 %>


<%= form.text_area :description, :rows => 7 %>