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

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

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

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