%form#alerts{:method => :post, :action => '/alerts/acknowledge'}
  = partial('alerts_table')
  %h2 Actions
  %p= partial('acknowledge_input')
:javascript
  // Do the magic updates..
  setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 120000)