<% if current_user.at_least(:active) %>
<%# TODO: implement Import all %>
<%#= image_link_to t('.import_all'), 'download-multiple-outline',
import_all_default_units_path, data: {turbo_stream: true} %>
<% end %>
<%= image_link_to t('.back'), 'arrow-left-bold-outline', units_path, class: 'tools' %>
<%= User.human_attribute_name(:symbol).capitalize %> |
<% if current_user.at_least(:active) %>
<%= t '.actions' %> |
<% end %>
<%= render(@units) || render_no_items %>