<%= t('contexts.visible_contexts') %>

<%= render :partial => 'context_listing', :collection => @active_contexts %>

<%= t('contexts.hidden_contexts') %>

<%= render :partial => 'context_listing', :collection => @hidden_contexts %>