<% if avatar.present? %>
<%= image_tag avatar, class: "object-cover min-w-full min-h-full h-full" %>
<% end %>
<%= name %>
<% if title.present? %>
<%= title %>
<% end %>
<% if can_destroy_user? %>
<%= helpers.svg 'three-dots', class: 'h-4' %>
<% end %>