diff --git a/resources/twig/accounts/create.twig b/resources/twig/accounts/create.twig index 9d859121ba..da6437d0e7 100644 --- a/resources/twig/accounts/create.twig +++ b/resources/twig/accounts/create.twig @@ -1,12 +1,12 @@ {% extends "./layout/default.twig" %} {% block breadcrumbs %} - {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, what) }} + {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, what) }} {% endblock %} {% block content %}
+ {% endblock %} diff --git a/resources/twig/accounts/delete.twig b/resources/twig/accounts/delete.twig index 647e28309b..a5066bee5a 100644 --- a/resources/twig/accounts/delete.twig +++ b/resources/twig/accounts/delete.twig @@ -6,36 +6,39 @@ {% block content %} -{{ Form.open({'class' : 'form-horizontal','id' : 'destroy','url' : route('accounts.destroy',account.id)}) }} -- {{ trans('form.permDeleteWarning') }} -
-- {{ 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 %}
-
+ {{ trans('form.permDeleteWarning') }} +
+ ++ {{ trans('form.account_areYouSure', {'name': account.name}) }} +
+ +
+ {% 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 %}
+
- -
-- -
- -
-- {{ trans('form.permDeleteWarning') }} -
-- {{ trans('form.bill_areYouSure', {'name': bill.name}) }} -
-- - {{ trans('form.cancel') }} -
-- {% if bill.transactionjournals|length > 0 %} - {{ Lang.choice('form.bill_keep_transactions', bill.transactionjournals|length,{count: bill.transactionjournals|length}) }} - {% endif %} -
++ {{ trans('form.permDeleteWarning') }} +
+ ++ {{ trans('form.bill_areYouSure', {'name': bill.name}) }} +
+ ++ {% if bill.transactionjournals|length > 0 %} + {{ Lang.choice('form.bill_keep_transactions', bill.transactionjournals|length,{count: bill.transactionjournals|length}) }} + {% endif %} +
+- -
-- Matching on - {% for word in bill.match|split(',') %} - {{ word }} - {% endfor %} - between {{ bill.amount_min|formatAmount }} and {{ bill.amount_max|formatAmount }}. - Repeats {{ bill.repeat_freq }}. | - -|||
Next expected match | -
- {% if bill.nextExpectedMatch %}
- {{bill.nextExpectedMatch.formatLocalized(monthAndDayFormat)}}
- {% else %}
- {{ 'unknown'|_ }}
- {% endif %}
+
+
-
-
-
-
-
-
-
-
-
- More-
-
-
-
-
-
-
- Chart+ | ||
Next expected match | ++ {% if bill.nextExpectedMatch %} + {{ bill.nextExpectedMatch.formatLocalized(monthAndDayFormat) }} + {% else %} + {{ 'unknown'|_ }} + {% endif %} + | +
Which accounts should be displayed on the home page?
- {% for account in accounts %} -Which accounts should be displayed on the home page?
+ {% for account in accounts %} ++ What's the maximum amount of money a budget envelope may contain? +
+ {{ ExpandedForm.amount('budgetMaximum',budgetMaximum,{'label' : 'Budget maximum'}) }} +- What's the maximum amount of money a budget envelope may contain? -
- {{ ExpandedForm.amount('budgetMaximum',budgetMaximum,{'label' : 'Budget maximum'}) }} -Some charts are automatically grouped in periods. What period would you prefer?
-Some charts are automatically grouped in periods. What period would you prefer?
-Firefly III supports several languages. Which one do you prefer?
- {% for key, lang in Config.get('firefly.lang') %}Firefly III supports several languages. Which one do you prefer?
+ {% for key, lang in Config.get('firefly.lang') %} +- Are you sure that you want to delete tag "{{ tag.tag }}"? -
- {% if tag.transactionjournals|length > 0 %} -- Tag "{{ tag.tag }}" still has {{ tag.transactionjournals|length }} transaction(s) connected - to it. These will not be removed but will lose their connection to this tag. +
+ Are you sure that you want to delete tag "{{ tag.tag }}"?
- {% endif %} -- -