{% load url from future %}

{% if objects %} Objects ({{ objects.Count }}) {% else %} Objects (0) {% endif %}

{% if objects %} {% for key, value in objects.items %} {% if key != "Other" and key != "Count" %} {% with object_list=value object_type=key %} {% include 'objects_listing_row_widget.html' %} {% endwith %} {% endif %} {% endfor %} {% if objects.Other > 0 %} {% endif %}
Type
Name Value Date Analyst Source
Other ({{ objects.Other }})
{% endif %}