{# The content block is already escaped. so we must not escape it again. #}
{% trans %}attachment.sandbox.title{% endtrans %}: {{ attachment.filename }}
{% block body %} {# We have a fullscreen iframe, with an warning on top #}
⚠️ {% trans%}attachment.sandbox.warning{% endtrans %}
{% trans%}[Attachment]{% endtrans%}:
{{ attachment.name }}
/
{{ attachment.filename ?? "" }}
({% trans%}id.label{% endtrans %}: {{ attachment.id }})
{% trans%}attachment.sandbox.as_plain_text{% endtrans %}
{% trans%}attachment.sandbox.back_to_partdb{% endtrans %}
{% endblock %}