- Are you sure that you want to delete the {{account.accountType.type|lower}} "{{account.name}}"? +
+ {{ trans('form.permDeleteWarning') }}
- - {% if account.transactions|length > 0 %} -- {{account.accountType.type|capitalize}} "{{ account.name }}" still has {{ account.transactions|length }} transaction(s) associated to it. These will be deleted as well. -
- {% endif %} - {% if account.piggyBanks|length > 0 %} -- {{account.accountType.type|capitalize}} "{{ account.name }}" still has {{ account.piggyBanks|length }} piggy bank(s) associated to it. These will be deleted as well. -
- {% endif %}- - Cancel + {{ trans('form.account_areYouSure', {'name': account.name}) }} +
++ + {{ trans('form.cancel') }} +
+
+ {% if account.transactions|length > 0 %}
+ {{ Lang.choice('form.also_delete_transactions', account.transactions|length, {count: account.transactions|length}) }}
+ {% endif %}
+ {% if account.piggyBanks|length > 0 %}
+ {{ Lang.choice('form.also_delete_piggyBanks', account.piggyBanks|length, {count: account.piggyBanks|length}) }}
+ {% endif %}
+ {{ ('accountExtraHelp_'~what)|_ }} +
+