{% load i18n fb_tags %}
{% if page_range %} {% for i in page_range %} {% ifequal i "." %} ... {% else %} {% ifequal i page_num %} {{ i|add:"1" }} {% else %} {{ i|add:"1" }} {% endifequal %} {% endifequal %} {% endfor %} {% endif %} {{ filelisting.results_total }} {% trans 'total' %} {% if query.q or filelisting.results_total != filelisting.results_current %} {% trans 'Show all' %}{% endif %}