li.person.list-group-item.container
  img(data-hook="avatar", width="40", height="40")
  a(data-hook="name")
  span.btn-group.pull-right 
    a.btn.btn-default(data-hook="action-edit") edit 
    a.btn.btn-danger(href="#", data-hook="action-delete") delete
