<.link navigate={Routes.container_show_path(Endpoint, :show, @container)} class="link">

<%= @container.name %>

<%= gettext("Description:") %> <%= @container.desc %> <%= gettext("Type:") %> <%= @container.type %> <%= gettext("Location:") %> <%= @container.location %> <%= unless @container.ammo_groups |> Enum.empty?() do %> <%= gettext("Packs:") %> <%= @container |> Containers.get_container_ammo_group_count!() %> <%= gettext("Rounds:") %> <%= @container |> Containers.get_container_rounds!() %> <% end %>
<.simple_tag_card :for={tag <- @container.tags} :if={@container.tags} tag={tag} /> <%= if @tag_actions, do: render_slot(@tag_actions) %>
Map.has_key?(:inner_block)} class="flex space-x-4 justify-center items-center" > <%= render_slot(@inner_block) %>