<%= t('.buildinvtitle') %>
<%= raw t('.buildinvtext') %> <%= form_for @invitation_request, :url => create_invitation_by_request_path do |f| %>

<%= f.label :name, t('.buildinvname') %> <%= f.text_field :name, :size => 30 %>
<%= f.label :email, t('.buildinvemail') %> <%= f.email_field :email, :size => 30 %>
<%= f.label :memo, t('.buildinvurl') %> <%= f.text_field :memo, :size => 30 %>
<%= t('.buildinvverificationurl') %>

<%= submit_tag t('.buildinvrequest') %>

<% end %>