<%= I18n.t("#{self.controller.to_i18n}.show.title") %>: <%= data[:entry].to_s %>

<% data[:page].menus[:top_menu].items.each do |menu_item| %> <% end if data[:page].menus[:top_menu] %>

<%= I18n.t("#{self.controller.to_i18n}.show.title") %> ( <%= link_to "edit", self.controller.to_url_for(:edit, data[:parent_ids].merge(id: data[:entry].id)) %> )

<% data[:page].entries[:show].properties.each_pair do |key, property| %> <% end %>
<%= I18n.t("activerecord.attributes.#{data[:entry].class.to_i18n}.#{property.name}") %> <% if property.output_control == :link %> <%= link_to_property property, data[:entry] %> <% elsif property.output_control == :image %> <%= image_tag print_property(data[:entry], :url) %> <% else %> <%= print_property(data[:entry], property.text_value_property || property.name) %> <% end %>
<% data[:page].lists.each_pair do |key, list| %> <% if data[:"list_entries_#{list.name}"] %>

<%= I18n.t("#{self.controller.to_i18n}.show.lists.#{list.name}.title") %>

<% if @settings_manager.get('additional_use_bulk_action') == true %> <% end %> <% if @settings_manager.get('common_show_numbers') == true %> <% end %> <% if @settings_manager.get('common_show_ids') == true %> <% end %> <% list.properties.each_pair do |key, property| %> <% end %> <% data[:"list_entries_#{list.name}"].each do |item| %> <% if @settings_manager.get('additional_use_bulk_action') == true %> <% end %> <% if @settings_manager.get('common_show_numbers') == true %> <% end %> <% if @settings_manager.get('common_show_ids') == true %> <% end %> <% list.properties.each_pair do |key, property| %> <% end %> <% end %>
# <%= I18n.t("activerecord.attributes.#{data[:"list_entries_#{list.name}"].to_i18n}.id") %> <%= property.label ? property.i18n_data_as_string(:label) : I18n.t("activerecord.attributes.#{data[:"list_entries_#{list.name}"].to_i18n}.#{property.name}") %>
<%= print_property(item, :row_number) %> <%= print_property(item, :id) %> <%= print_property(item, property.text_value_property || property.name) %>
<%= will_paginate data[:"list_entries_#{list.name}"] %>
Всего записей: <%= data[:"list_entries_#{list.name}"].total_entries %>
Страницы: <%= data[:"list_entries_#{list.name}"].current_page %> из <%= data[:"list_entries_#{list.name}"].total_pages %>
<% end %> <% end if data[:page].lists %>

<%= I18n.t("common.section_titles.system_attributes") %>

<% if data[:entry].respond_to?(:creator_name) %> <% end %> <% if data[:entry].respond_to?(:updater_name) %> <% end %>
<%= I18n.t("activerecord.attributes.#{data[:entry].class.to_i18n}.id") %> <%= print_property(data[:entry], :id) %>
<%= I18n.t("activerecord.attributes.#{data[:entry].class.to_i18n}.uin") %> <%= print_property(data[:entry], :uin) %>
<%= I18n.t("activerecord.attributes.#{data[:entry].class.to_i18n}.created_by") %> <%= print_property(data[:entry], :creator_name) %>
<%= I18n.t("activerecord.attributes.#{data[:entry].class.to_i18n}.created_at") %> <%= print_property(data[:entry], :created_at) %>
<%= I18n.t("activerecord.attributes.#{data[:entry].class.to_i18n}.updated_by") %> <%= print_property(data[:entry], :updater_name) %>
<%= I18n.t("activerecord.attributes.#{data[:entry].class.to_i18n}.updated_at") %> <%= print_property(data[:entry], :updated_at) %>
<%= I18n.t("activerecord.attributes.#{data[:entry].class.to_i18n}.deletion_status_id") %> <%= print_property(data[:entry], :deletion_status_name) %>