Hello @svalais,
You pasted your code not the right way (seen this before - you can see how it should be done here :
I always do 3 backticks, then ENTER ENTER then pasting my code and ENTER ENTER followed again by 3 backticks. Could you try that in the future? Let me know if that doesn’t work for you).
Back on topic:
I think it’s better to call on this :
{% for account_or_text in export.selected_accounts_and_reconciliation_texts.8 %}
instead of
{% for account_or_text in period.reconciliations %}
That last is just calling on the details of recon templates; the first let’s you actually decide in the background that unstarred recon details shouldn’t be exported.