{% load i18n %} {% load sentry_helpers %} {% if is_dict %} {% if is_list %} {% endif %} {% for k, v in value_before_expand %} {% endfor %} {% for k, v in value_after_expand %} {% endfor %} {% if over_threshold %} {% endif %}
{% trans "Index" %} {% trans "Value" %}
{{ k }} {% render_values v %}
{% blocktrans with num=hidden_values %}Expand Context ({{ num }} hidden){% endblocktrans %}
{% else %} {% if value|is_url %} {{ value }} {% else %}
{{ value|pprint }}
{% endif %} {% endif %}