Files
2026-04-24 15:32:21 +02:00

117 lines
6.0 KiB
Plaintext

<div style="text-align: left;">
<h2>Dziękujemy za rejestrację na XXX Konferencję „Aktualia i perspektywy gospodarki surowcami mineralnymi”</h2>
<p><b>Termin: 3-5 listopada 2021 r.</b></p>
<p><b>Miejsce konferencji: Rytro k. Nowego Sącza</b></p>
<h3>Podsumowanie </h3>
<p>{'info_wysłane'|translate}</p>
<div>
<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>
</div>
</div>
<div class="divTableFormRow">
<div class="divTableFormCell"><h3>Dane wystąpienia:</h3>
Referat: {$objParticipant->getReferat()|default:'Nie'|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}</br>
Poster: {$objParticipant->getPoster()|default:'Nie'|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}
<p>Temat: {$objParticipant->getMessage()|default:'brak'}</p>
<p>Streszczenie: {$objParticipant->getMessageLong()|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>
Wybrane opcje:</br>
Opłata zwykła (płatność <b>po 08.10.2021</b>)
<ul>
{foreach $arrayObjParameters as $objParam}
{if in_array($objParam->GetId(),$arrayFee)}
{if $discPrice == 2}
<li>{$objParam->GetName()} {if $objParam->GetId() eq 5}({$objParticipant->GetFeeOneDay()}){/if}</br>
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>
</li>
{else}
<li>{$objParam->GetName()} {if $objParam->GetId() eq 5}({$objParticipant->GetFeeOneDay()}){/if}</br>
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>
</li>
{/if}
{/if}
{/foreach}
<h3>Razem do zapłaty:</h3>
{assign var="resultPrice" value=$objParticipant->getPrice()}
Cena netto: {$resultPrice|number_format:2:",":" "} PLN</br>
Cena brutto: {assign var="resultPriceVat" value=$resultPrice*1.23}{$resultPriceVat|number_format:2:",":" "} PLN</br>
</ul>
<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()|default:'Nie'|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
<p>Zgoda na przetwarzanie wizerunku - {$objParticipant->getAgree2()|default:'Nie'|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
</div>
</div>
</div>
</div>
</div>
</div>
{literal}
<div style="display: none">
<style>
.divTableForm{
display: table;
width: 70%;
}
.divTableFormRow {
display: table-row;
}
.divTableFormHeading {
background-color: #EEE;
display: table-header-group;
}
.divTableFormCell, .divTableFormHead {
border: 0px solid #999999;
display: table-cell;
padding: 3px 10px;
}
.divTableFormHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFormFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableFormBody {
display: table-row-group;
}
</style>
</div>
{/literal}