Hi, if I define a variable with a certain value in a reconciliation template (such as ‘Verworpen Uitgaven’ in the following way:
{% assign var_a = 0.50 %}
and the template has a handle (here ‘verworpen_uitgaven’), how can I use that variable var_a in another template (example: {%assign var_b = var_a | plus: 1 %}? Can you give a concrete example with code please?
A follow-up question here (if you want me to create an additional topic here, just say so). What would change in the code mentioned above if we’re talking about ‘account templates’ (such as ‘geldbeleggingen’) instead of reconciliation templates?
A related question: for which account templates (being the first ones made by Silverfin) are the details listed in a custom collection? Is it possible to give an exhaustive list?