{% if request.GET.filter or request.GET.search and objects.ocount > 0 %}
{{objects.ocount}} build{{objects.ocount|pluralize}} found
{%elif objects.ocount == 0%}
No builds
{%else%}
All builds
{%endif%}
{% if objects.ocount == 0 %}
{% else %}
{% include "basetable_top.html" %}
{% for build in objects %}