{% extends "base.html" %} {% block title %} Binary Pig: Detail view of {{ event_id }} {%endblock%} {% block content %}

RAW JSON document

{% for search_type, rows in data %} {% for name, value, fieldname in rows %} {% if fieldname == "__break__" %} {% else %} {% endif %} {% endfor %}

{{ search_type }}

RAW JSON for {{search_type}}
 
   
{{ fieldname }} {{ value|truncatechars:64 }}
{% endfor %}
{% endblock content%}