diff --git a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html
index 5211e33bae..740089a95e 100644
--- a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html
+++ b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html
@@ -1,7 +1,7 @@
{% load i18n sizeformat %}
{% load url from future %}
{% trans "Template Overview" %}
-
+
- {% trans "Name" %}
- {{ template.name }}
@@ -20,7 +20,7 @@
- {% trans "Anti-affinity enabled for" %}
{% if template.anti_affinity %}
-
-
+
{% for process in template.anti_affinity %}
- {{ process }}
{% endfor %}
diff --git a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html
index 6c80bd823c..6c89df399a 100644
--- a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html
+++ b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html
@@ -1,7 +1,7 @@
{% load i18n sizeformat %}
{% load url from future %}
{% trans "Node Groups" %}
-
+
{% for node_group in template.node_groups %}
{% trans "Node Group" %}: {{ node_group.name }}
@@ -21,7 +21,7 @@
- {% trans "Node Processes" %}
{% if node_group.node_processes %}
-
-