vendor/knplabs/knp-paginator-bundle/templates/Pagination/bootstrap_v5_pagination.html.twig line 1

  1. {#
  2. /**
  3.  * @file
  4.  * Bootstrap v5 Sliding pagination control implementation.
  5.  *
  6.  * View that can be used with the pagination module
  7.  * from the Bootstrap CSS Framework
  8.  * https://getbootstrap.com/docs/5.0/components/pagination/
  9.  */
  10. #}
  11. {% extends '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig' %}