<%= gettext("Move ammo") %>

<%= if @containers |> Enum.empty?() do %>

<%= gettext("No other containers") %> <%= display_emoji("😔") %>

<%= live_patch(dgettext("actions", "Add another container!"), to: Routes.container_index_path(Endpoint, :new), class: "btn btn-primary" ) %> <% else %>
<%= for container <- @containers do %> <% end %>
<%= gettext("Container") %> <%= gettext("Type") %> <%= gettext("Location") %>
<%= container.name %> <%= container.type %> <%= container.location %>
<% end %>