diff --git a/wetlab/templates/wetlab/display_sample.html b/wetlab/templates/wetlab/display_sample.html
index d44199ad..55d56d9c 100644
--- a/wetlab/templates/wetlab/display_sample.html
+++ b/wetlab/templates/wetlab/display_sample.html
@@ -131,51 +131,55 @@
Sample information for {{sample_information.sample_name}
{% for molecule_values, molecule_param_heading , molecule_param_values in sample_information.molecule_definition_data %}
+
-
-
-
-
-
- {% for values in sample_information.molecule_definition_heading %}
- {{ values }} |
- {%endfor%}
-
-
-
-
- {% for mol_values in molecule_values %}
- {{ mol_values }} |
- {%endfor%}
-
-
-
+
+
+
+
+
+ {% for values in sample_information.molecule_definition_heading %}
+ {{ values }} |
+ {%endfor%}
+
+
+
+
+ {% for mol_values in molecule_values %}
+ {{ mol_values }} |
+ {%endfor%}
+
+
+
+
{% if molecule_param_heading is not None %}
-