<div class="portlet box light-grey">
                                <div class="portlet-title">
                                    <h4>Liste des clients</h4>
                                    <div class="tools">
                                        <a href="javascript:;" class="reload"></a>
                                    </div>
                                </div>
                                <div class="portlet-body">
    								<div class="clearfix">
    								</div>
    								<?php 
    if ((bool) $clients) {
        ?>
    										<?php 
        foreach ($clients as $client) {
            $contrats = $contratsManager->getContratsActifsByIdClient($client->id());
            ?>
    										<?php 
            if ((bool) $contrats) {
                ?>
    										    <h3><?php 
                echo $client->nom();
                ?>
</h3>
    										<table class="table table-striped table-bordered table-hover" id="sample_1">
    											<thead>
    												<tr>
    													<th style="width:5%">Actions</th>
                                                        <th style="width:15%">Client</th>
                                                        <th style="width:15%" class="hidden-phone">Bien</th>
                                                        <th style="width:15%">Date Contrat</th>