<%= show_roles.title %><%= t(:role_info)%>

<%= t('status') %>
<%= @member.role_statuses.where(role_id: show_roles.id).map{|t|t.title.to_s}.join(',') rescue '' %>
<% show_roles.attribute_fields.where(:disabled=>false).asc(:_id).each do |rf| %>
<%= rf.title %>
<%= nl2br(show_attribute_value(@member.get_attribute_value(rf,"role").get_value_by_locale(I18n.locale))) rescue '' %>
<% end -%>