{# The content block is already escaped. so we must not escape it again. #}
{% 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.back_to_partdb{% endtrans %}
{% endblock %}