%= for {user, total_statuses, latest_status} <- @users_and_statuses do %> <%# user card START %>
<%= user.name %>
<%= link "@" <> user.nickname, style: "color: #{@styling.link_color};text-decoration: none;", to: admin_user_url(user) %>
Total: <%= total_statuses %>
<%= format_date latest_status.object.data["published"] %>
|