<% data = action_data %>
<% if data['extras']['mode'] == 'many' %>
<%= render_view %>
<% else %>
<%= render_view('show_detail') %>
<% end %>