{% if not request.GET.filter and not request.GET.search and not objects.paginator.count %}
{{title}}
No data was recorded for this build.
{% else %}
{% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %}
{{objects.paginator.count}} task{{objects.paginator.count|pluralize}} found
{%elif request.GET.filter and objects.paginator.count == 0 or request.GET.search and objects.paginator.count == 0 %}
No tasks found
{%else%}
{{title}}
{%endif%}
{% if objects.paginator.count == 0 %}
{% else %}
{% include "basetable_top.html" %}
{% for task in objects %}