I am attempting to make the reference to a reconciliation template dynamic so that we can copy a template that we use for multiple clients and one variable at the top of the reconciliation and have it update the references to templates throughout the reconciliation.
In the below example we are referencing the template “client_q”; however, I am looking to be able to assign a variable where {% assign client = client1 %} and therefore the reference will be to a different template “client1_q”.
{% assign general_q = period.reconciliations.client_q.custom.q %}
Would something like this be possible?