13 lines
444 B
Smarty
13 lines
444 B
Smarty
{if !empty($x13gpsr.responsibleManufacturer)}
|
|
{include file='module:x13gpsr/views/templates/hook/_partials/responsible_manufacturer.tpl'}
|
|
{/if}
|
|
|
|
{if !empty($x13gpsr.responsiblePerson)}
|
|
{include file='module:x13gpsr/views/templates/hook/_partials/responsible_person.tpl'}
|
|
{/if}
|
|
|
|
{if $x13gpsr.config.displayExtraSafetyInformation}
|
|
<div class="x13gpsr__informations">
|
|
{$x13gpsr.extraSafetyInformation nofilter}
|
|
</div>
|
|
{/if} |