+
Emails
+
{{ big_number(emails_sent, 'email disabled during SMS pilot', smaller=True) }}
{{ big_number("", '', smaller=True) }}
diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py
index be1e71d39..39b864ea0 100644
--- a/tests/app/main/views/test_templates.py
+++ b/tests/app/main/views/test_templates.py
@@ -574,6 +574,7 @@ def test_should_be_able_to_view_a_template_with_links(
)
+@pytest.mark.skip(reason="Hiding the copy-to-clipboard widget until API access is opened up")
def test_should_show_template_id_on_template_page(
client_request,
mock_get_service_template,