0 votes
in Rock by TinaStephens (8.6k points)
edited

Christ the king's contribution statement show totals for each account a person contributed to. enter image description here

Is there lava I can add to show a Grand Total?

{% for accountsummary in AccountSummary %}
            <div class="row">
                <div class="col-xs-6">{{ accountsummary.AccountName }}</div>
                <div class="col-xs-6 text-right">{{ accountsummary.Total | FormatAsCurrency }}</div>
            </div>
         {% endfor %}
by TinaStephens (8.6k points)
The Internal statement is calculating the totals, The external statement rock.ctk.church/admin/cms/pages?Page=1010 is not. :( I've tried several different combinations.
by TinaStephens (8.6k points)
Contribution had Legacy lava block. This worked correctly after the block was updated to Contribution Statement Generator.

1 Answer

0 votes
by DavidTurner (14.9k points)
edited
 
Best answer

You should be able to use {{ TotalContributionAmount | FormatAsCurrency }}

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...