% content_for :secondary do %>
- <%= link_to t(:new_user, :scope => :panel), new_panel_user_path, :class => 'button positive' %>
<% end -%>
<%= t('panel.user_panel') %>
<%= image_tag(@user.avatar.thumb.url) rescue nil %>
<%= @user.email %>
<% @user.get_active_attribute_models.each do |am| %>
<% user_attribute = @user.get_attribute_from_model_key(am.key) %>
<% end -%>