Files
2026-04-27 17:46:12 +02:00

120 lines
5.7 KiB
Smarty

<div style="text-align: left;">
<h2>Dziękujemy za rejestrację na II Kongres Surowcowy</h2>
<p><b>Termin: 3-6 listopada 2025 r.</b></p>
<p><b>Miejsce kongresu: Krynica-Zdrój</b></p>
<h3>Podsumowanie</h3>
<p>{'info_wysłane'|translate}</p>
<div class="divFormTable">
<div class="divTableFormBody">
<div class="divTableFormRow">
<div class="divTableFormCell">
<h3>Dane uczestnika:</h3>
Imię: {$objParticipant->getName()}<br>
Nazwisko: {$objParticipant->getSurname()}<br>
Tytuł/stop. naukowy: {$objParticipant->getDegree()}<br>
Stanowisko: {$objParticipant->getPosition()|default:'brak'}<br>
Telefon: {$objParticipant->getPhone()}<br>
Fax: {$objParticipant->getFax()|default:'brak'}<br>
Email: {$objParticipant->getEmail()}<br>
</div>
</div>
<div class="divTableFormRow">
<div class="divTableFormCell">
<h3>Dane instytucji:</h3>
Instytucja: {$objParticipant->getInstitution()|default:'brak'}<br>
Ulica i numer: {$objParticipant->getAddress()|default:'brak'}<br>
Kod pocztowy: {$objParticipant->getPostCode()|default:'brak'}<br>
Miejscowość: {$objParticipant->getCity()|default:'brak'}<br>
NIP Instytucji: {$objParticipant->getNip()|default:'brak'}<br>
Dodatkowe informacje: {$objParticipant->getAdditionalInfo()|default:'brak'}<br>
</div>
</div>
<div class="divTableFormRow">
<div class="divTableFormCell">
<h3>Dane wystąpienia:</h3>
Referat: {$objParticipant->getReferat()|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}<br>
Poster: {$objParticipant->getPoster()|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}<br>
<p>Tytuł referatu/posteru: {$objParticipant->getMessage()|default:'brak'}</p>
<p>Autor: {$objParticipant->getAutor()|default:'brak'}</p>
</div>
</div>
<div class="divTableFormRow">
<div class="divTableFormCell">
<h3>Informacja o kwocie do zapłaty:</h3>
<div>
<b>Wybrane opcje:</b><br>
{if $discPrice == 2}
Opłata zwykła (płatność <b>po 03.10.2025</b>)<br>
{else}
Opłata obniżona (płatność <b>do 03.10.2025</b>)<br>
{/if}
<ul>
{foreach $arrayObjParameters as $objParam}
{if in_array($objParam->GetId(), $arrayFee)}
<li>
{$objParam->GetName()}
{if $objParam->GetId() == 5}
({$objParticipant->GetFeeOneDay()})
{/if}<br>
{if $discPrice == 2}
Cena netto: {$objParam->GetPrice()|number_format:2:",":" "} PLN<br>
Cena brutto:
{assign var="vat" value=$objParam->GetPrice()*1.23}
{$vat|number_format:2:",":" "} PLN<br>
{else}
Cena netto (bez VAT): {$objParam->GetPriceProm()|number_format:2:",":" "} PLN<br>
Cena brutto (z VAT):
{assign var="vat" value=$objParam->GetPriceProm()*1.23}
{$vat|number_format:2:",":" "} PLN<br>
{/if}
</li>
{/if}
{/foreach}
</ul>
<h3>Razem do zapłaty:</h3>
{assign var="resultPrice" value=$objParticipant->getPrice()}
Cena netto: {$resultPrice|number_format:2:",":" "} PLN<br>
{assign var="resultPriceVat" value=$resultPrice*1.23}
Cena brutto: {$resultPriceVat|number_format:2:",":" "} PLN<br>
<p><b>{'klauzula_ceny'|translate}</b></p>
</div>
</div>
</div>
<div class="divTableFormRow">
<div class="divTableFormCell">
<h3>Wyrażono zgody:</h3>
<p>Zgoda na przetwarzanie danych: {$objParticipant->getAgree1()|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
<p>Zgoda na przetwarzanie wizerunku: {$objParticipant->getAgree2()|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
</div>
</div>
<div class="divTableFormRow">
<div class="divTableFormCell">
<h3>Wybrana opcja kongresu:</h3>
<div class="divTableFormCell"><h3>Wybrana opcja udziału:</h3>
{if $days}
<p><b>Wskazane dni obecności:</b> {$days}</p>
{else}
<p><b>Obecność podczas całej konferencji.</b></p>
{/if}
</div>
</div>
</div>
</div>
</div>
</div>