diff --git a/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html b/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html
new file mode 100644
index 0000000..f1e0e6e
--- /dev/null
+++ b/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html
@@ -0,0 +1,49 @@
+{#
+ Copyright (C) 2020 CERN.
+ Copyright (C) 2020 Northwestern University.
+ Copyright (C) 2021 TU Wien.
+
+ Invenio RDM Records is free software; you can redistribute it and/or modify
+ it under the terms of the MIT License; see LICENSE file for more details.
+#}
+
+{%- from "invenio_app_rdm/records/macros/creatibutors.html" import affiliations_accordion, show_creatibutors %}
+
+
+ {% if record.ui.creators and record.ui.creators.creators %}
+
+
+ {# Todo: get full list of all affiliations (both creators & contributors) e.g.
+ record.ui.affiliation and merge to one accordion #}
+ {% if record.ui.creators and record.ui.creators.affiliations %}
+ {{ affiliations_accordion('creators', record.ui.creators.affiliations)}}
+ {% endif %}
+
+
+ {% endif %}
+
+ {% if record.ui.contributors and record.ui.contributors.contributors %}
+
+
+
+ {%- for group in record.ui.contributors.contributors|groupby('role.title')%}
+
+
{{group.grouper}}{%- if group.list|length > 1 -%}s{%- endif -%}: