{% extends "base.html" %} {% block title %} Binary Pig: Binary Analysis Facets {%endblock%} {% block content %}
{% if error %}

Faceting error

"{{ error }}"
{% endif %} {% for analysis in analysis_types %}
{% for facet in analysis.facets %}
{% for result in facet.results %} {% endfor %}
{{analysis.name}}.{{facet.term}} Count
{{result.term}} {{result.count}}
{% endfor %}
{% endfor %}
{% endblock content%} {% block endofbody %} {% endblock endofbody %}