modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/pager/parts/items_total.twig line 1

Open in your IDE?
  1. {##
  2.  # Products list items total
  3.  #
  4.  # @ListChild (list="amp.pager.itemsTotal", weight="20")
  5.  #}
  6. {% if this.isItemsPerPageVisible() %}
  7.   <div class="pager-items-total">
  8.     {{ t('Items') }}:
  9.     {{ t('BEGIN - END of TOTAL', {'begin': this.getBeginRecordNumber(), 'end': this.getEndRecordNumber(), 'total': this.getItemsTotal()})|raw }}
  10.   </div>
  11. {% endif %}