diff --git a/view/unicaen-indicateur/indicateur/index.phtml b/view/unicaen-indicateur/indicateur/index.phtml
index e186dcf5e48c5a12143f3a86600da46a8084c740..291de07011468444194247eaea2a48ca96f05567 100644
--- a/view/unicaen-indicateur/indicateur/index.phtml
+++ b/view/unicaen-indicateur/indicateur/index.phtml
@@ -87,7 +87,6 @@ $canAfficherTous = $this->isAllowed(IndicateurPrivileges::getResourceId(Indicate
                     <th> Code </th>
                     <th> Effectif </th>
                     <th> Titre </th>
-                    <th> Entity </th>
                     <th> #Abonnement </th>
                     <th class="action"> Action </th>
                 </tr>
@@ -106,7 +105,6 @@ $canAfficherTous = $this->isAllowed(IndicateurPrivileges::getResourceId(Indicate
                                 </small>
                             <?php endif; ?>
                         </td>
-                        <td> <?php echo $indicateur->getEntity(); ?> </td>
                         <td>
                             <?php echo count($indicateur->getAbonnements()); ?>
                             <?php if (isset($abonnements[$indicateur->getId()])) : ?>