</div>
			<!-- collection posts -->
			<div class="form-group">
				<div class="g-desktop-1-1">
					<label for="clt-list-post-id-0">
						<i class="fa fa-th-list"></i>
						<?php 
echo ___('Collection posts');
?>
						<?php 
echo sprintf(___('(At least %d, max %d posts)'), theme_custom_collection::get_posts_number('min'), theme_custom_collection::get_posts_number('max'));
?>
					</label>
					<div id="clt-lists-container">
						<?php 
for ($i = 0, $len = theme_custom_collection::get_posts_number('min'); $i < $len; ++$i) {
    echo theme_custom_collection::get_input_tpl($i);
}
?>
					</div>
				</div>
			</div>

			<!-- add more posts -->
			<div class="form-group">
				<div class="g-desktop-1-1">
					<div class="btn-group btn-group-justified">
						<a href="javascript:;" id="clt-preview" class="btn btn-success"><i class="fa fa-arrow-down"></i> <?php 
echo ___('Preview the collection');
?>
</a>