Updated: 2021-01-08
By default, TaxCycle templates use plural pronouns, including “we,” “us,” “our” and “ours.” If you prefer to address your clients using the pronouns “I,” “me,” “my” and “mine,” change the selection in options:
To swap text based on your pronoun set in options, place your two pieces of text inside double braces {{ }} (curly brackets), separating the two phrases by two forward slashes //. For example, in the following sentence:
{{ I // We }} have prepared the returns based on the information you provided to {{ me // us }}.
By default, TaxCycle displays the “plural” content, which appears after the two forward slashes //:
We have prepared the returns based on the information you provided to us.
Likewise, if you select Plural in options, TaxCycle displays the “plural” content.
However, if you select Singular in options, TaxCycle displays the “singular” content, which appears before the two forward slashes:
I have prepared the returns based on the information you provided to me.
You can also include multiple words and spaces in this code, allowing you to construct longer phrases or modify verbs to generate the correct grammar. For example:
{{ I // We }} have prepared the returns based on the information you provided to {{ my desk // our office }}.
This produces the following result when set to default/plural:
We have prepared the returns based on the information you provided to our office.
And when set to singular:
I have prepared the returns based on the information you provided to my desk.