diff --git a/templates/pages/cv_entry.md b/templates/pages/cv_entry.md
index 5a85266e7..1bd20b391 100644
--- a/templates/pages/cv_entry.md
+++ b/templates/pages/cv_entry.md
@@ -12,30 +12,19 @@ from Figure
in
[{{ entry.citation('md') }}]({{ entry.source.url }}).
-
-
+
+
{{ entry.plot(xunit='original', yunit='original')._repr_html_() }}
-**Figure notes:**
-The figure shows {{ entry.figure_description.type }} data.
-{% if entry.figure_description.comment %}
-Note from the curator: {{ entry.figure_description.comment }}
-{% endif %}
-
-Click to expand complete figure metadata (yaml).
-```yaml
-{{ entry.figure_description.yaml }}
-```
-
-
-
-
## Further information
-**Preparation procedure**
+The figure shows {{ entry.figure_description.type }} data.
+
+**Preparation procedure**
{% if entry.electrochemical_system.electrodes.working_electrode.preparation_procedure is defined %}
The {{ entry.electrochemical_system.electrodes.working_electrode.material }}({{ entry.electrochemical_system.electrodes.working_electrode.crystallographic_orientation }}) electrode was prepared by:
{{ entry.electrochemical_system.electrodes.working_electrode.preparation_procedure }}
@@ -43,25 +32,48 @@ The {{ entry.electrochemical_system.electrodes.working_electrode.material }}({{
Preparation procedure not available.
{% endif %}
+{% if entry.figure_description.comment %}
+**Comment left by the curator on the published figure**
+{{ entry.figure_description.comment }}
+{% endif %}
+
## Metadata
+Details on the electrochemical system:
-Click to expand metadata (yaml).
+Click to expand (yaml)
```yaml
{{ entry.electrochemical_system.yaml }}
```
-## Bibliography
+Bibtex citation key:
-Bibliography (bibtex). Click to expand.
+Click to expand (bibtex)
```bibtex
{{ entry.bibliography.to_string('bibtex') }}
```
+Details about the original figure in the publicaton:
+
+Click to expand (yaml).
+
+```yaml
+{{ entry.figure_description.yaml }}
+```
+
+
+Details about the curators of this entry:
+
+Click to expand (yaml).
+
+```yaml
+{{ entry.curator.yaml }}
+```
+
----
-
+