{% load i18n %} {% load sentry_helpers %} {% if value|is_dict %} {% if value|length > threshold %} ▶ {% trans "Expand" %} {% endif %}
{{ k }} | {% if v|is_dict %}{% with value=v %} {% include template %} {% endwith %} | {% else %}{{ v|pprint }} |
{% endif %}
{% endfor %}
---|