Template Reference

January 2023: the current dashboard release has new graphics and some interface changes. Many screenshots still reflect the older release and will be updated shortly.

This page lists the fields you can use in a template to merge information.

Different forms start from different tables:

FormTable Context
Bidder StatementBidder
Bidder Mailing LabelsBidder
Catalog(special)
CertificatesItem
Display PagesItem
Donor ReceiptsDonor
Donor Mailing LabelsDonor

Properties Reference

Different expressions are influenced by properties. See below for properties and examples:

Property

  • Purpose
{{ Example }}

Collapse

  • If the expression is null then remove the containing paragraph if it is also empty
{{ AdditionalBidders # Collapse }}

Height

  • Set the height of an image

Left

  • (Applies to images) Distance to left edge of the image
{{ Image:Logo # Left=16 }}

MarginLeft, MarginRight, MarginTop, MarginBottom

  • (Applies to images) Margin around the image.

NoCents

  • Display currency values without the cents portion, e.g.: $23 instead of $23.00.
{{ Value # NoCents }}

NoZero

  • If an expression evaluates to 0 then don't display anything.
{{ Taxable # NoZero }}

TimestampFormat

{{ CreatedAt # TimestampFormat=dd-MMM }}

Top

  • (Applies to images) sets the distance to top of the image.
{{ Image:Logo # Top=16 }}

Width

  • Set the width of an image.

DANGER

(advanced) options may not be supported under all plans.



Reviewed: January 2023