{% load helpers %}
{% if table %}

{{ name|bettertitle }}

{% include 'panel_table.html' with table=table %} {% if table.page.has_next %} See all {{ table.page.paginator.count }} results {% else %} Refine search {% endif %}
{% endif %}
{% if table %} {{ name|bettertitle }} {{ table.page.paginator.count }} {% endif %}