{assign var="additionalTitle" value=""}
{dropDownContainer title="Ogólne" additionalTitle=$additionalTitle}
| Dane uczestnika: |
Imię: {$objParticipant->getName()}
Nazwisko: {$objParticipant->getSurname()}
Tytuł/stop. naukowy:{$objParticipant->getDegree()}
Stanowisko: {$objParticipant->getPosition()|default:'brak'}
Telefon: {$objParticipant->getPhone()}
Fax: {$objParticipant->getFax()|default:'brak'}
Email: {$objParticipant->getEmail()}
|
| Dane instytucji:: |
Instytucja: {$objParticipant->getInstitution()|default:'brak'}
Ulica i numer: {$objParticipant->getAddress()|default:'brak'}
Kod pocztowy: {$objParticipant->getPostCode()|default:'brak'}
Miejscowość: {$objParticipant->getCity()|default:'brak'}
NIP Instytucji: {$objParticipant->getNip()|default:'brak'}
|
| Dane wystąpienia: |
Referat: {$objParticipant->getReferat()|default:'Nie'|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}
Poster: {$objParticipant->getPoster()|default:'Nie'|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}
Temat: {$objParticipant->getMessage()|default:'brak'}
Streszczenie: {$objParticipant->getMessageLong()|default:'brak'}
Autor: {$objParticipant->getAutor()|default:'brak'}
|
| Informacja o kwocie do zapłaty: |
Wybrane opcje:
{if $discPrice == 2}
Opłata zwykła (płatność po 08.10.2021)
{else}
Opłata obniżona (płatność do 08.10.2021)
{/if}
{foreach $arrayObjParameters as $objParam}
{if in_array($objParam->GetId(),$arrayFee)}
{if $discPrice == 2}
- {$objParam->GetName()} {if $objParam->GetId() eq 5}({$objParticipant->GetFeeOneDay()}){/if}
Cena netto: {$objParam->GetPrice()|number_format:2:",":" "} PLN
Cena brutto: {assign var="vat" value=$objParam->GetPrice()*1.23}{$vat|number_format:2:",":" "} PLN
{else}
- {$objParam->GetName()} {if $objParam->GetId() eq 5}({$objParticipant->GetFeeOneDay()}){/if}
Cena netto (bez VAT): {$objParam->GetPriceProm()|number_format:2:",":" "} PLN
Cena brutto (z VAT): {assign var="vat" value=$objParam->GetPriceProm()*1.23}{$vat|number_format:2:",":" "} PLN
{/if}
{/if}
{/foreach}
Razem do zapłaty:
{assign var="resultPrice" value=$objParticipant->getPrice()}
Cena netto: {$resultPrice|number_format:2:",":" "} PLN
Cena brutto: {assign var="resultPriceVat" value=$resultPrice*1.23}{$resultPriceVat|number_format:2:",":" "} PLN
|
| Wyrażono zgody |
Zgoda na przetwarzanie danych - {$objParticipant->getAgree1()|default:'Nie'|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}
Zgoda na przetwarzanie wizerunku - {$objParticipant->getAgree2()|default:'Nie'|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}
|
| Status opłaty: |
|
{/dropDownContainer}