68 lines
1.1 KiB
Smarty
68 lines
1.1 KiB
Smarty
#spacer
|
|
|
|
|
|
#title
|
|
{{ .Content.Title }}
|
|
|
|
#subtitle
|
|
{{ .Content.Subtitle }}
|
|
|
|
#meta
|
|
{{ .Content.MetaDateLabel }}: {{ date .Date }}
|
|
{{ .Content.MetaActNumberLabel }}: {{ .PaymentID }}
|
|
|
|
|
|
#section
|
|
{{ .Content.SectionParties }}
|
|
|
|
#text
|
|
{{ .Content.PartiesIntro }}
|
|
|
|
#kv
|
|
{{ .Content.PartyExecutorLabel }} | {{ .ExecutorFullName }}
|
|
{{ .Content.PartyStatusLabel }} | {{ .Content.PartyStatusValue }}
|
|
|
|
|
|
#section
|
|
{{ .Content.SectionBasis }}
|
|
|
|
#text
|
|
{{ .Content.BasisLine1 }}
|
|
{{ .Content.BasisLine2 }}
|
|
|
|
|
|
#section
|
|
{{ .Content.SectionServicesRendered }}
|
|
|
|
#text
|
|
{{ .Content.ServicesRenderedLine1 }}
|
|
{{ .Content.ServicesRenderedLine2 }}
|
|
|
|
|
|
#section
|
|
{{ .Content.SectionRemuneration }}
|
|
|
|
#table
|
|
{{ .Content.RemunerationHeaderDesc }} | {{ .Content.RemunerationHeaderAmount }}
|
|
{{ .Content.RemunerationServicesDesc }} | {{ money .Amount .Currency }}
|
|
|
|
|
|
#section
|
|
{{ .Content.SectionConfirmation }}
|
|
|
|
#text
|
|
{{ .Content.ConfirmationLine1 }}
|
|
{{ .Content.ConfirmationLine2 }}
|
|
|
|
{{ .Content.ConfirmationPaymentLine1 }}
|
|
{{ .Content.ConfirmationPaymentLine2 }}
|
|
|
|
|
|
#section
|
|
{{ .Content.SectionSignatures }}
|
|
|
|
#sign
|
|
{{ .Content.SignatureCustomerLine }}
|
|
|
|
{{ .Content.SignatureExecutorLine }}
|