Files
lulandia.pl/modules/x13gpsr/views/templates/hook/_partials/responsible_person.tpl
2025-04-01 00:38:54 +02:00

28 lines
1.6 KiB
Smarty

<p class="x13gpsr__list">
<strong class="x13gpsr__item x13gpsr__title">{l s='Responsible person' mod='x13gpsr'}</strong>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Company name / Person Name' mod='x13gpsr'}:</span>
{/if}{$x13gpsr.responsiblePerson.name}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Adress' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsiblePerson.address}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='City' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsiblePerson.postcode}
{$x13gpsr.responsiblePerson.city}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Country' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsiblePerson.country}</span>
{if $x13gpsr.responsiblePerson.email}
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='E-mail' mod='x13gpsr'}:</span> {/if}<a
href="mailto:{$x13gpsr.responsiblePerson.email}">{$x13gpsr.responsiblePerson.email}</a></span>
{/if}
{if $x13gpsr.responsiblePerson.phone}
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Phone' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsiblePerson.phone}</span>
{/if}
</p>
{if !empty($x13gpsr.responsiblePerson.extra_note)}
<div class="x13gpsr__extraNote">
{$x13gpsr.responsiblePerson.extra_note nofilter}
</div>
{/if}