diff --git a/app/templates/views/templates/template.html b/app/templates/views/templates/template.html
index a4e1abe64..33885fe07 100644
--- a/app/templates/views/templates/template.html
+++ b/app/templates/views/templates/template.html
@@ -46,9 +46,11 @@
{% include 'views/templates/_template.html' %}
-
- {{ api_key(template.id, name="Template ID", thing='template ID') }}
-
+ {% if template.template_type != 'broadcast' %}
+
+ {{ api_key(template.id, name="Template ID", thing='template ID') }}
+
+ {% endif %}
{% if template._template.updated_at %}
@@ -71,7 +73,7 @@
{% endif %}
- {% if template.template_type != 'letter' %}
+ {% if template.template_type not in ('letter', 'broadcast') %}
{% if not template._template.redact_personalisation %}