Template Reference

Advanced Feature - Support May Be Limited

This page and the Template Reference section lists fields and their {{ placeholders }} you can use in a template to merge information.

Table Reference

Different forms start from different tables, which would dictate their default prefix when identifying a placeholder in a template.

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

Property Examples

Different expressions are influenced by properties. See below for properties and examples in the following format:

Property

  • Purpose
{{ Placeholder 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.

Last reviewed: May 2023
TemplateReference
/advanced/template_reference/
advanced
template_reference
Template Reference