Aanvrager:
{{ info.firstname.length || info.lastname.length > 0 ?
info.firstname + " " + info.lastname : "..." }}
School:
{{ info.school.length > 0 ? info.school : "..." }}
Werkboeken naar:
{{info.school}} - {{info.address}} - {{info.zipcode}} - {{info.city}}
Beheerder account:
{{
info.owner.firstname.length > 0 || info.owner.lastname.length > 0 ?
info.owner.firstname + " " + info.owner.lastname : "..." }}
Tenaamstelling contract:
{{
info.contract.firstname.length > 0 || info.contract.lastname.length > 0 ?
info.contract.firstname + " " + info.contract.lastname : "..." }}
Factuur naar:
{{
info.invoice.firstname.length > 0 || info.invoice.lastname.length > 0 ?
info.invoice.firstname + " " + info.invoice.lastname : "..." }}
Ingangsdatum:
{{ info.contract.for_next_schoolyear ?
"Schooljaar " + getSchoolYearString(1) : "Schooljaar " + getSchoolYearString(0) }}
{{ part.title }}
{{ part.type == 1 && part.students > 0 ? part.students + " leerlingen" : "" }}
{{ getCoursePartCost2(course,part) }}
Werkboek {{ book_type.title }}
{{ book_type.number + " exemplaren" }}
{{ getCoursePartCostWorkbookType(part, book_type) }}
Werkboeken
{{ totalBooks }} exemplaren
{{ formatCurrency(verzendkosten) }}
Totaal
{{ formatCurrency(total) }}
inclusief BTW