{# /** * @file * Foundation 5 Sliding pagination control implementation. * * View that can be used with the pagination module * from the Foundation 5 CSS Toolkit * https://get.foundation/sites/docs-v5/components/pagination.html * * @author Vincent Loy * * This view have been ported from twitter bootstrap v3 pagination control implementation * from: * @author Pablo Díez * @author Jan Sorgalla * @author Artem Ponomarenko * @author Artem Zabelin */ #} {% if pageCount > 1 %} {% endif %}