{% load i18n fb_tags %} {% if results_var.results_total and not results_var.results_current %}

{% trans "No Items Found" %}

{% endif %}

{% if results_var.results_total %} {% blocktrans count results_var.results_total as counter %}{{ counter }} Item{% plural %}{{ counter }} Items{% endblocktrans %}  {% if page_range %} {% for i in page_range %} {% if i == "." %} ... {% else %} {% if i == page_num %} {{ i|add:"1" }} {% else %} {{ i|add:"1" }} {% endif %} {% endif %} {% endfor %} {% endif %} {% else %} {% trans "No Items" %} {% endif %}