
<turbo-stream action="append" target="teams-drawer-list"><template>
  <!-- BEGIN app/views/public/campaigns/_team_drawer_item.html.erb
-->
<li data-team-filter-target="item"
    data-team-name="yona kalfa">
  <a class="group block bg-white rounded-xl border border-base-200 p-3 hover:shadow-sm transition-shadow" href="/tsivot2026/teams/yona-kalfa">
    <div class="flex items-center gap-3 mb-2">
      <div class="w-10 h-10 rounded-full flex items-center justify-center text-white font-bold text-sm flex-shrink-0"
           style="background: #f67650;">
        Y
      </div>
      <div class="min-w-0 flex-1">
        <p class="font-semibold text-sm break-words leading-snug group-hover:text-primary transition-colors">Yona Kalfa</p>
      </div>
      <div class="text-right flex-shrink-0">
        <p class="font-bold text-sm leading-none" style="color: #f67650;">
          0 €
        </p>
      </div>
    </div>

</a></li>
<!-- END app/views/public/campaigns/_team_drawer_item.html.erb --><!-- BEGIN app/views/public/campaigns/_team_drawer_item.html.erb
-->
<li data-team-filter-target="item"
    data-team-name="sarah benhamou">
  <a class="group block bg-white rounded-xl border border-base-200 p-3 hover:shadow-sm transition-shadow" href="/tsivot2026/teams/sarah-benhamou">
    <div class="flex items-center gap-3 mb-2">
      <div class="w-10 h-10 rounded-full flex items-center justify-center text-white font-bold text-sm flex-shrink-0"
           style="background: #f67650;">
        S
      </div>
      <div class="min-w-0 flex-1">
        <p class="font-semibold text-sm break-words leading-snug group-hover:text-primary transition-colors">Sarah Benhamou</p>
      </div>
      <div class="text-right flex-shrink-0">
        <p class="font-bold text-sm leading-none" style="color: #f67650;">
          0 €
        </p>
      </div>
    </div>

</a></li>
<!-- END app/views/public/campaigns/_team_drawer_item.html.erb --><!-- BEGIN app/views/public/campaigns/_team_drawer_item.html.erb
-->
<li data-team-filter-target="item"
    data-team-name="mickael mimoun">
  <a class="group block bg-white rounded-xl border border-base-200 p-3 hover:shadow-sm transition-shadow" href="/tsivot2026/teams/mickael-mimoun">
    <div class="flex items-center gap-3 mb-2">
      <div class="w-10 h-10 rounded-full flex items-center justify-center text-white font-bold text-sm flex-shrink-0"
           style="background: #f67650;">
        M
      </div>
      <div class="min-w-0 flex-1">
        <p class="font-semibold text-sm break-words leading-snug group-hover:text-primary transition-colors">Mickael Mimoun</p>
      </div>
      <div class="text-right flex-shrink-0">
        <p class="font-bold text-sm leading-none" style="color: #f67650;">
          0 €
        </p>
      </div>
    </div>

</a></li>
<!-- END app/views/public/campaigns/_team_drawer_item.html.erb -->
</template></turbo-stream>
<turbo-stream action="replace" target="teams-drawer-load-more"><template>
  <div id="teams-drawer-load-more" class="text-center mt-4">
  </div>
</template></turbo-stream>