On This Page
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:
Form | Table Context |
---|---|
Bidder Statement | Bidder |
Bidder Mailing Labels | Bidder |
Catalog | (special) |
Certificates | Item |
Display Pages | Item |
Donor Receipts | Donor |
Donor Mailing Labels | Donor |
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
- Format string for how timestamps are generated. See custom date and time format strings for the full set of options allowed.
{{ 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.
Table Reference
See the following pages for details about specific tables:
Reviewed: January 2023