This drop can only be used in the sections inside Style Settings

841

The following methods are divided into those corresponding sections:

Table of contents

MethodReturn typeDescription
titlestringTitle of the export bundle
tocdropTable of contents information
toc_with_title_pagesdropTable of contents information including the title pages

Cover text & Title text

MethodReturn typeDescription
titlestringTitle of the export bundle

Header text

MethodReturn typeDescription
current_titlestringTitle of the current block (i.e title page section)
header_textstring-
titlestringTitle of the export bundle

Detail text

MethodReturn typeDescription
current_titlestringTitle of the export
highlight_alt_text_colorstringAlternative (style 2) font color selected in export configuration
highlight_alt_bg_colorstringAlternative (style 2) background color selected in export configuration
highlight_bg_colorstringBackground color selected in export configuration
highlight_text_colorstringFont color selected in export configuration
selected_accountsdropAn accounts drop of the accounts that were selected on the export
selected_accounts_and_reconciliation_textsdropA drop that exposes all the reconciliations and accounts selected on the export

Example

**{{ export.current_title | upcase }}**

{% for account_or_text in export.selected_accounts_and_reconciliation_texts %}
  {{ account_or_text.name }}
{% endfor %}

PDF:

322

How to use colors

The images and code below show the respective outputs when using the color methods mentioned above. They should always be used within <font color> tags.

<font color="{{export.highlight_alt_text_color}}">highlight_alt_text_color</font>

<font color="{{export.highlight_alt_bg_color}}">highlight_alt_bg_color</font>

<font color="{{export.highlight_bg_color}}">highlight_bg_color</font>

<font color="{{export.highlight_text_color}}">highlight_text_color</font>

Colors in "Style settings":

350

PDF

294

Page number text

MethodReturn typeDescription
current_titlestringTitle of the current block (i.e title page section)