15 $this->errorCollection->setError(
new Error(Loc::getMessage(
'SENDER_TEMPLATES_WRONG_SENDER')));
20 if (!$sender->canUse() || !$sender->isConfigurable() || !$sender->isTemplatesBased())
22 $this->errorCollection->setError(
new Error(Loc::getMessage(
'SENDER_TEMPLATES_CAN_NOT_USE')));
28 'templates' => $sender->getTemplatesList(
$context)