{%- set total_text -%} {%- set number = "{:,}".format(page.total) if page.total is not none else "" -%} {%- if page.at_least %}{{ _("more than {count}", count=number) }} {%- elif page.estimated %}{{ _("about {count}", count=number) }} {%- else %}{{ number }}{% endif -%} {%- endset -%}