diff --git a/src/web/modules/gateway_accounts/detail.njk b/src/web/modules/gateway_accounts/detail.njk index a4ed8620..43516dff 100644 --- a/src/web/modules/gateway_accounts/detail.njk +++ b/src/web/modules/gateway_accounts/detail.njk @@ -208,6 +208,42 @@ + {% if account.notifySettings %} +
+

Email branding

+
+
+
Notify service ID
+
{{ account.notifySettings.service_id or "(Not set)" }}
+
+ Change Notify service ID +
+
+
+
Payment template ID
+
{{ account.notifySettings.template_id }}
+
+ Change Payment template ID +
+
+
+
Refund template ID
+
{{ account.notifySettings.refund_issued_template_id }}
+
+ Change Refund template ID +
+
+
+
Reply-to email address ID
+
{{ account.notifySettings.email_reply_to_id or "(Default for Notify service)" }}
+
+ Change Reply-to email address ID +
+
+
+
+ {% endif %} +
{{ govukButton({ text: "Manage API keys",