{% load i18n %}
| {% translate "Block" %} | {% translate "Key" %} | {% for header in widget.byte_headers %}{{ header }} | {% endfor %}
|---|---|---|
| {{ block.block }} | {% for byte in block.bytes %} | {% endfor %} |
| {% translate "Block" %} | {% translate "Text" %} |
|---|---|
| {{ block.block }} |
{% if widget.has_parse_error %} {% translate "Unable to display block data. Showing raw JSON below." %} {% else %} {% translate "No block data available." %} {% endif %}
{% endif %}{% translate "Update the selected block using hexadecimal or text format." %}
{% translate "Enter sixteen hexadecimal byte values separated by spaces." %}
{% translate "Characters outside the printable range will be replaced with middot placeholders." %}