= $this->escape($this->translate('Name')) ?> | = $this->escape($module->getName()) ?> |
---|---|
= $this->translate('State') ?> | = $state ?> toggleForm)): ?> = $this->toggleForm ?> |
= $this->escape($this->translate('Version')) ?> | = $this->escape($module->getVersion()) ?> |
= $this->escape($this->translate('Git commit')) ?> | = $this->escape($moduleGitCommitId) ?> |
= $this->escape($this->translate('Description')) ?> |
= $this->escape($module->getTitle()) ?> = nl2br($this->escape($module->getDescription())) ?> |
= $this->escape($this->translate('Dependencies')) ?> |
translate('This module has no dependencies');
else: foreach ($dependencies as $name => $versionString): ?>
= $this->escape($name) ?>: = $this->escape($versionString) ?> |
= $this->escape($this->translate('Permissions')) ?> |
= $this->escape($permission->name) ?>: = $this->escape($permission->description) ?> |
= $this->escape($this->translate('Restrictions')) ?> |
= $this->escape($restriction->name) ?>: = $this->escape($restriction->description) ?> |