• {{ 'dashboard'|_ }}
  • {{ 'financial_control'|_ }}
  • {{ 'budgets'|_ }}
  • {{ 'bills'|_ }}
  • {{ 'piggyBanks'|_ }}
  • {{ 'accounting'|_ }}
  • {{ 'transactions'|_ }}
    • {{ 'expenses'|_ }}
    • {{ 'income'|_ }}
    • {{ 'transfers'|_ }}
  • {{ 'automation'|_ }}
    • {{ 'rules'|_ }}
    • {{ 'recurrences'|_ }}
    • {% if true == featuringWebhooks %}
    • {{ 'webhooks'|_ }}
    • {% else %}
    • {{ 'webhooks'|_ }} ({{ 'webhooks_menu_disabled'|_ }})
    • {% endif %}
  • {{ 'others'|_ }}
  • {{ 'accounts'|_ }}
    • {{ 'asset_accounts'|_ }}
    • {{ 'expense_accounts'|_ }}
    • {{ 'revenue_accounts'|_ }}
    • {{ 'liabilities_accounts'|_ }}
  • {{ 'classification'|_ }}
    • {{ 'categories'|_ }}
    • {{ 'tags'|_ }}
    • {{ 'object_groups_menu_bar'|_ }}
  • {# relative route! #} {{ 'reports'|_ }}
  • {% if config('firefly.feature_flags.export') %}
  • {{ 'export_data_menu'|_ }}
  • {% endif %}
  • {{ 'options'|_ }}
    • {{ 'profile'|_ }}
    • {{ 'preferences'|_ }}
    • {{ 'currencies'|_ }}
    • {% if hasRole('owner') %}
    • {{ 'administration'|_ }}
    • {% endif %}
  • {% if 'remote_user_guard' != authGuard or '' != logoutUri %}
  • {{ 'logout'|_ }}
  • {% endif %}