diff --git a/src/openforms/submissions/templates/report/submission_report.html b/src/openforms/submissions/templates/report/submission_report.html index 5b51d10f1f..774db1eee7 100644 --- a/src/openforms/submissions/templates/report/submission_report.html +++ b/src/openforms/submissions/templates/report/submission_report.html @@ -25,13 +25,21 @@ {% include 'includes/design-tokens.html' with skip_csp=True %} + {% if config.organization_name %} + {% blocktranslate with name=config.organization_name asvar logo_alt trimmed %} + Logo {{ name }} + {% endblocktranslate %} + {% else %} + {% trans "Logo" as logo_alt %} + {% endif %} +