{$indexNews->GetName()}

Podsumowanie

{'info_wysłane'|translate}

Dane uczestnika:

Imię: {$objParticipant->getName()}
Nazwisko: {$objParticipant->getSurname()}
Tytuł/stop. naukowy:{$objParticipant->getDegree()}
Stanowisko: {$objParticipant->getPosition()}
Telefon: {$objParticipant->getPhone()}
Fax: {$objParticipant->getFax()}
Email: {$objParticipant->getEmail()}

Dane instytucji:

Instytucja: {$objParticipant->getInstitution()}
Ulica i numer: {$objParticipant->getAddress()}
Kod pocztowy: {$objParticipant->getPostCode()}
Miejscowość: {$objParticipant->getCity()}
NIP Instytucji: {$objParticipant->getNip()}

Dane wystapienia:

Referat: {$objParticipant->getReferat()|replace:1:'Tak'|replace:2:'Nie'}
Poster: {$objParticipant->getPoster()|replace:1:'Tak'|replace:2:'Nie'}

Temat: {$objParticipant->getMessage()|default:'brak'}

Informacje o płatości:

Wybrane opcje:
    {foreach $arrayObjParameters as $objParam} {if in_array($objParam->GetId(),$arrayFee)}
  • {$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
  • {/if} {/foreach}

    Suma:

    {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

    {'klauzula_ceny'|translate}

{literal} {/literal}