{% load i18n fb_tags %}

{% 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 %} {{ filelisting.results_total }} {% trans 'total' %} {% if query.q or filelisting.results_total != filelisting.results_current %}  {% trans 'Show all' %}{% endif %}