<%= render 'homescreen/blocks/header', title: t(:label_user_plural) %>

<%= t('homescreen.additional.users') %>

<% unless @newest_users.empty? %> <% end %>
<% if User.current.admin? %> <%= link_to new_user_path, class: 'button -primary' do %> <%= op_icon('button--icon icon-add') %> <%= t(:label_invite_user) %> <% end %> <% end %>