<%= l('homescreen.additional.users') %>
<% unless @newest_users.empty? %>
<% end %>
<% if User.current.admin? %>
<%= link_to new_user_path, class: 'button -alt-highlight' do %>
<%= op_icon('button--icon icon-add') %>
<%= l(:label_invite_user) %>
<% end %>
<% end %>