* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; use Joomla\Component\Contact\Administrator\Helper\ContactHelper; use Joomla\Component\Contact\Site\Helper\RouteHelper; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('com_contact.contacts-list') ->useScript('core'); $canDo = ContactHelper::getActions('com_contact', 'category', $this->category->id); $canEdit = $canDo->get('core.edit'); $userId = Factory::getUser()->id; $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
params->get('filter_field')) : ?>
params->get('show_pagination_limit')) : ?>
pagination->getLimitBox(); ?>
items)) : ?> params->get('show_no_contacts', 1)) : ?>
params->get('show_headings')) : ?> get('core.edit.own') && $item->created_by === $userId)) : ?> items as $i => $item) : ?> items[$i]->published == 0) : ?> get('core.edit.own') && $item->created_by === $userId)) : ?> get('core.create')) : ?> category, $this->category->params); ?> params->get('show_pagination', 2)) : ?>
params->def('show_pagination_results', 1)) : ?>

pagination->getPagesCounter(); ?>

pagination->getPagesLinks(); ?>