{% extends '_object_import.html' %} {% load i18n %} {% block modal-body-right %}
{% trans "When importing your object as a file, the raw bytes of the file will be the raw bytes of the object. If you open the file using a text editor, it may not be human-readable because the bytes may not map to ASCII characters." %}
{% trans "To import your object using direct input, use the hex dump of the value of the object. For example, it may look like this:" %}
00112233445566778899aabbccddeeff{% endblock %}