%
page_title = Typus::I18n.t("Show %{resource}", :resource => @resource.model_name.human)
title(page_title)
%>
<% content_for :sidebar, build_sidebar %>
<%= page_title %>
<%= list_actions %>
<%= display_flash_message %>
<%= render 'show' %>
<% build_display(@item, fields).each do |attribute, type| %>
- <%= attribute %>
- <%= type %>
<% end %>
<%= typus_relationships %>