This commit is contained in:
2025-04-01 00:38:54 +02:00
parent d4d4c0c09d
commit 87da06293a
22351 changed files with 5168854 additions and 7538 deletions

View File

@@ -0,0 +1,28 @@
<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}