<%= t('disguise.set_theme') %>
<%= t('disguise.current_theme') %>
<% if @current_theme -%>
<%= render :partial => 'admin/themes/theme', :object => @current_theme %>
TODO add code to remove all themes so that the application uses the default app layout.
<% else -%>
<%= t('disguise.no_current_theme') %>
<% end -%>
<%= t('disguise.activate_theme_message') %>
<%= error_messages_for :theme %>
<%= render :partial => 'admin/themes/theme', :collection => @themes %>