<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
[[+indicators]]
</ol>
<!-- Wrapper for slides -->
<div id="carouselExampleControls" class="carousel slide carousel-inner" data-ride="carousel">
[[pdoMenu?
&parents=`72`
&level=`1`
&tplOuter=`tpl.upSliderOuter`
&tpl=`tpl.upSlider`
&includeTVs=`bl-image`
&firstClass=`active`
]]
</div>
[[!GenerateIndicators?
&input=`[[+slider.total]]`
&toPlaceholder=`indicators`
]]
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>