{{i18n.agentLabel}}: {{agentData.Name}}
{{i18n.date}}:{{isoDate shipment.Created.Datetime}}
{{i18n.shipmentDetails}} - {{shipment.ShipmentID}}: {{shipment.Title}}
{{i18n.transportMode}}:{{shipment.TransportModeName}}
{{i18n.movement}}: {{shipment.MovementTypeName}}
{{i18n.origin}}: {{shipment.originName}}
{{i18n.destination}}: {{shipment.destinationName}}
{{i18n.freightTerms}}: {{#if shipment.FreightTermsName}}{{shipment.FreightTermsName}}{{else}}-{{/if}}
{{i18n.incoTerms}}: {{#if shipment.INCOTerms.TermsName}}{{shipment.INCOTerms.TermsName}}{{#if shipment.INCOTerms.Place}}, {{shipment.INCOTerms.Place}}{{/if}}{{else}}-{{/if}}
{{i18n.cargoValue}}: {{#if shipment.ShipmentDeclared.Value}}{{shipment.ShipmentDeclared.Value}} {{shipment.ShipmentDeclared.Currency}}{{else}}-{{/if}}
{{#if shipment.Cargos}}
{{{i18n.cargo}}}:
{{#each shipment.Cargos}}
{{../i18n.cargoType}}{{CargoTypeName}}
{{../i18n.commodity}}{{Commodity}}
{{../i18n.grossWeight}}{{GrossWeight.Value}} {{GrossWeight.UOMName}}
{{../i18n.volume}}{{#if GrossVolume.Value}}{{GrossVolume.Value}} {{GrossVolume.UOMName}}{{else}}-{{/if}}
{{../i18n.quantity}}{{NumberOfPackages}} {{PackageTypeName}}
{{../i18n.remarks}}{{#if Remarks}}{{Remarks}}{{else}}None.{{/if}}
{{/each}}
{{else}}
No cargo to list.
{{/if}}
{{i18n.requestForQuote}}
{{i18n.rfqSent}}
{{i18n.responseRequiredBy}}
{{isoDate rfqs.0.CreatedOn}}
{{isoDate rfqs.0.RequiredDate type="date"}}
{{#each rfqs}}
Quote Details
{{#if Quote}}
{{../../i18n.from}}: {{Recipient.AgentName}}
{{../../i18n.status}}:
{{../../i18n.validUntil}}:
{{statusName}}
{{isoDate Quote.ValidUntilDate}}
{{../../i18n.remarks}}:
{{#ifQuoteType Quote "AllInclusive"}}
{{../../../../i18n.allInclusive}} | {{../../../../i18n.currency}} |
{{Quote.Total}} |
{{Quote.CurrencyCode}} |
{{else}}
{{#ifQuoteType Quote "ChargeBreakup"}}
{{{../../../../i18n.chargeBreakup}}}
{{../../../../i18n.service}} | {{../../../../i18n.amount}} | {{../../../../i18n.currency}} | {{../../../../i18n.per}} |
{{#each Quote.QuoteRates}}
{{ServiceName}} |
{{Amount}} |
{{CurrencyCode}} |
{{PerByName}} |
{{#if ServiceDescription}}
{{../../../../../../i18n.description}}: {{ServiceDescription}} |
{{/if}}
{{/each}}
{{else}}
{{#ifQuoteType Quote "QuoteAttached"}}
Documents supporting the quote are available, please log on for full data view.
{{/ifQuoteType}}
{{/ifQuoteType}}
{{/ifQuoteType}}
{{{../../i18n.conditions}}}:
{{#if Quote.TermsAndConditions}}{{Quote.TermsAndConditions}}{{else}}None provided.{{/if}}
{{else}}
{{../../i18n.from}}: {{Recipient.AgentName}}
{{../../i18n.status}}: {{statusName}}
{{/if}}
{{/each}}