mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Count things [skip ci]
This commit is contained in:
		| @@ -22,10 +22,10 @@ | ||||
|                 </p> | ||||
|                 <p class="small"> | ||||
|                 {% if account.transactions|length > 0 %} | ||||
|                     {{ Lang.choice('form.also_delete_transactions', account.transactions|length) }} | ||||
|                     {{ Lang.choice('form.also_delete_transactions', account.transactions|length, {count: account.transactions|length}) }} | ||||
|                 {% endif %}<br /> | ||||
|                 {% if account.piggyBanks|length > 0 %} | ||||
|                     {{ Lang.choice('form.also_delete_piggyBanks', account.piggyBanks|length) }} | ||||
|                     {{ Lang.choice('form.also_delete_piggyBanks', account.piggyBanks|length, {count: account.piggyBanks|length}) }} | ||||
|                 {% endif %} | ||||
|                 </p> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user