<% if agent.is_form_configurable? %>
<% if agent.persisted? %> <%= hidden_field_tag 'agent[type]', @agent.type %> <% end %> Options <% agent.form_configurable_attributes.each do |attribute| %>
<%= label_tag attribute %> <%= agent.option_field_for(attribute) %>
<% end %>
<% else %>
<%= label_tag :options %>
<% end %>
<%= submit_tag "Save", :class => "btn btn-primary" %>