diff --git a/resources/twig/currency/create.twig b/resources/twig/currency/create.twig new file mode 100644 index 0000000000..810826f79a --- /dev/null +++ b/resources/twig/currency/create.twig @@ -0,0 +1,44 @@ +{% extends "./layout/default.twig" %} +{% block content %} + {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} + {{ Form.open({'class' : 'form-horizontal','id' : 'store','route' : 'currency.store'}) }} +
+ +
++ +
++ Firefly III supports various currencies which you can set and enable here. +
+| + | Currency | +|
|---|---|---|
| + + | +{{ currency.name }} ({{ currency.code }}) ({{ currency.symbol|raw }}) | ++ {% if currency.id == defaultCurrency.id %} + default + {% else %} + make default + {% endif %} + | +