<%= image_tag @user.profile.avatar.url, :id => "user" %>
<%= @user.username %>

<% if @user.articles.count > 0 %> <% end %> <% if @user.movies.count > 0 %> <% end %> <% if @user.teamers.past.count > 0 %> <% end %> <% if @user.match_teams.count > 0 %> <% end %> <% if @user.predictions.count > 0 %> <% end %>
<% if cuser and @user.can_update? cuser %> <%= link_to 'Edit', edit_user_path(@user) %> <%= link_to 'My Agenda', "/users/agenda/#{cuser.id}" %> <% end %>
<%= render :partial => "general" %>