2 {% if not results_var.results_current %}
3 <p class="paginator" style="background: #fff !important; border-bottom: 1px solid #ddd !important;">
4 <span class="error"><strong>{% trans "No Items Found." %}</strong></span>
8 {% if results_var.results_total %}
9 <strong>{% blocktrans count results_var.results_total as counter %}{{ counter }} Item{% plural %}{{ counter }} Items{% endblocktrans %}</strong>
10 {% for count in counter.items %}
12 <strong>{{ count.1 }}</strong>
15 <strong>{% trans "No Items." %}</strong>