companies may be set such that their users have no email pin password by default switching to such a company deletes the pin password
29 lines
794 B
Plaintext
29 lines
794 B
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2023-25 Steffen Jost <s.jost@fraport.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<section .profile>
|
|
<h2>_{MsgFirmContact}
|
|
<dl .deflist.profile-dl>
|
|
$maybe fem <- companyEmail
|
|
<dt .deflist__dt>
|
|
_{MsgFirmEmail}
|
|
$if not companyPrefersPostal
|
|
#{iconLetterOrEmail False}
|
|
$if companyPinPassword
|
|
#{icon IconPinProtect}
|
|
<dd .deflist__dd .email>
|
|
#{mailtoHtml fem}
|
|
$maybe addr <- companyPostAddress
|
|
<dt .deflist__dt>
|
|
_{MsgFirmAddress}
|
|
$if companyPrefersPostal
|
|
#{iconLetterOrEmail True}
|
|
<dd .deflist__dd>
|
|
#{addr}
|
|
<dt .deflist__dt>
|
|
_{MsgTableCompanyNo}
|
|
<dd .deflist__dd>
|
|
#{companyAvsId} |