{% load static %}
{% for resource, resource_allocation_count in allocations_count_by_resource.items %} {% endfor %}
Resource Name (Type) Active Allocation Count
{{resource.name}} ({{resource.resource_type.name}}) {{resource_allocation_count}}