{% load humanize %}
{% if installs|length > 0 %} {% for port in installs %}
{{ installs.start_index|add:forloop.counter0 }}
{{ port.total_count|intcomma }}
{{ port.req_count|intcomma }}
{% endfor %} {% else %}

Nothing here yet.

The app does not have any records for this selection yet.

{% endif %}