{% load i18n %} {% load sentry_helpers %} {% if value|is_dict %} {% if value|length > threshold %} {% trans "Expand" %} {% endif %} threshold %} style="display:none;"{% endif %}> {% for k, v in value.iteritems|as_sorted %} {% if v|is_dict %} {% else %} {% endif %} {% endfor %}
{{ k }} {% with value=v %} {% include template %} {% endwith %}
{{ v|pprint }}
{% else %} {{ value|pprint }} {% endif %}