* @link http://www.tassos.gr * @copyright Copyright © 2020 Tassos Marinos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die; if ($this->params->get('load_css', true)) { JHtml::stylesheet('com_convertforms/submissions.css', ['relative' => true, 'version' => 'auto']); } ?>
params->get('show_page_heading')) { ?>

params->get('page_heading', $this->params->get('page_title')) ?>

loadTemplate(count($this->submissions) ? 'list' : 'noresults'); ?>