<%= active.display_name %>

<%= active.description %>

<% active.class.fields.each do |row| -%> <%= row.line_html(active) %> <% end -%>
<%= link_to_remote('remove', :url => {:action => 'remove', :id => active.id, :element => "active_#{active.html_id}"}, :before => "new Effect.Fade('active_#{active.html_id}')", :loading => "new Element.show('update_spinner')") %>