</div>
{% else %}
+ {% if total_targets > 10 %}
<div class="pull-right">
<span class="help-inline" style="padding-top:5px;">Show rows:</span>
<select style="margin-top:5px;margin-bottom:0px;" class="pagesize">
{% endwith %}
</select>
</div>
+ {% endif %}
</div>
<table class="table table-bordered table-hover">
</tbody>
</table>
+ {% if total_targets > 10 %}
<!-- Show pagination controls -->
<div class="pagination">
<ul>
</div>
{% endif %}
{% endif %}
+ {% endif %}
</div>
</div>
<!-- end row-fluid -->
</div>
+
{% else %}
+ {% if total_machines > 10 %}
<div class="pull-right">
<span class="help-inline" style="padding-top:5px;">Show rows:</span>
<select style="margin-top:5px;margin-bottom:0px;" class="pagesize">
{% endwith %}
</select>
</div>
+ {% endif %}
+
</div>
<table class="table table-bordered table-hover">
</tbody>
</table>
+ {% if total_machines > 10 %}
<!-- Show pagination controls -->
<div class="pagination">
<ul>
</div>
{% endif %}
{% endif %}
+ {% endif %}
</div>
</div>
</div>