+ {% endif %}
{% for sender_block in recipient_block.senders %}
{% if sender_block.sender %}
{{ sender_block.sender }}
{% endif %}
{% for message_block in sender_block.content %}
diff --git a/tools/check-templates b/tools/check-templates
index 8cad20a8fa..a91ce57841 100755
--- a/tools/check-templates
+++ b/tools/check-templates
@@ -16,6 +16,8 @@ from typing import cast, Callable, Dict, Iterable, List
EXCLUDED_FILES = [
## Test data Files for testing modules in tests
"tools/tests/test_template_data",
+ # Our parser doesn't handle the way its conditionals are layered
+ 'templates/zerver/emails/missed_message.html',
]
def check_our_files(modified_only, all_dups, targets):