{% load i18n %} {% load sentry_helpers %} {% if is_dict %}
{% trans "Index" %} | {% trans "Value" %} |
---|---|
{{ k }} | {% render_values v %} |
{% blocktrans with num=hidden_values %}Expand Context ({{ num }} hidden){% endblocktrans %} |
{{ value|pprint }}{% endif %} {% endif %}