diff --git a/ippisite/ippidb/templates/compound_card.html b/ippisite/ippidb/templates/compound_card.html
index 889b110f09f657953b9a3182fb75de939e7d60a0..fbb208307a5ff1f0c4dc0d2c8d8c9e8efc4c49f2 100644
--- a/ippisite/ippidb/templates/compound_card.html
+++ b/ippisite/ippidb/templates/compound_card.html
@@ -192,9 +192,10 @@
                           <th class="col-sm-1" scope="col">Bibliography</th>
                           <th class="col-sm-1" scope="col">Target</th>
                           <th class="col-sm-1" scope="col">Competition</th>
-                          <th class="col-sm-2" scope="col">Assay type</th>
-                          <th class="col-sm-5" scope="col">Assay name</th>
-                          <th class="col-sm-1" scope="col">Activity type</th>
+                          <th class="col-sm-1" scope="col">Assay type</th>
+                          <th class="col-sm-3" scope="col">Assay name</th>
+                          <th class="col-sm-1" scope="col">Cell line</th>
+                          <th class="col-sm-3" scope="col">Activity type</th>
                           <th class="col-sm-1" scope="col">Activity</th>
                         </tr>
                       </thead>
@@ -206,6 +207,7 @@
                           <td>{{ car.test_activity_description.protein_domain_partner_complex.name }} {{ car.test_activity_description.protein_domain_partner_complex.protein.uniprot_id }}</td>
                           <td>{{ car.test_activity_description.get_test_type_display }}</td>
                           <td>{{ car.test_activity_description.test_name }}</td>
+                          <td>{{ car.test_activity_description.cell_line.name }}</td>
                           <td>{{ car.get_activity_type_display }}</td>
                           <td>{{ car.activity|floatformat:2 }}</td>
                         </tr>