Good Day,
i like to know how to reach the follow structure for display items in xmod template using bootstrap

and the bootstrap code is
<div class="container-fluid"><!-- in head -->
<!-- begin ItemTemplate -->
<!-- how to print this tag every 5 items? -->
<div class="row">
<!-- end row -->
<div class="col-md-15"><!-- demo code for one item and repeat 5 times per row -->
<div class="gr_audio_br">
<div class="imagen_audio">
[[IMG]]
</div>
<div class="gr_audio_title">
[[TITLE]]
</div>
<div class="gr_audio_text">
[[DESC]]
</div>
<div class="gr_audio_speaker">
Speaker:
<br>
<span>[[Author]]</span>
</div>
<div class="gr_audio_btn">
+ Playlist<span class="glyphicon glyphicon-play-circle pull-right"></span>
</div>
</div>
</div>
<!-- how to print this tag every 5 items? -->
</div>
<!-- end row -->
<!-- end ItemTemplate -->
</div><!-- in footer -->