<turbo-frame id="tab_content">
{% include 'network/profile/sections/horses/profile_section_horses_events.html.twig' with {
profile: profile,
user: user,
auctionEvents: auctionEvents,
racedayEvents: racedayEvents
} only %}
{% include 'network/profile/sections/horses/profile_section_horses_horselist.html.twig' with {
profile: profile,
user: user,
managedHorses: managedHorses,
bredHorses: bredHorses,
ownedHorses: ownedHorses,
trainedHorses: trainedHorses
} only %}
<turbo-stream action="replace" target="tab_navigation">
<template>
{% include 'network/profile/components/tab_navigation_component.html.twig' with {
profile: profile,
highlightedTab: app.request.pathInfo
} %}
</template>
</turbo-stream>
</turbo-frame>