<%= I18n.t("activerecord.attributes.#{entry.class.to_i18n}.id") %>
|
<%= print_property(entry, :id) %>
|
<%= I18n.t("activerecord.attributes.#{entry.class.to_i18n}.uin") %>
|
<%= print_property(entry, :uin) %>
|
<%= I18n.t("activerecord.attributes.#{entry.class.to_i18n}.created_by") %>
|
<%= print_property(entry, :creator_name) %>
|
<%= I18n.t("activerecord.attributes.#{entry.class.to_i18n}.created_at") %>
|
<%= print_property(entry, :created_at) %>
|
<%= I18n.t("activerecord.attributes.#{entry.class.to_i18n}.updated_by") %>
|
<%= print_property(entry, :updater_name) %>
|
<%= I18n.t("activerecord.attributes.#{entry.class.to_i18n}.updated_at") %>
|
<%= print_property(entry, :updated_at) %>
|
<%= I18n.t("activerecord.attributes.#{entry.class.to_i18n}.deletion_status_id") %>
|
<%= print_property(entry, :deletion_status_name) %>
|