diff --git a/resources/views/v2/accounts/create.twig b/resources/views/v2/accounts/create.twig deleted file mode 100644 index 774abb9a0c..0000000000 --- a/resources/views/v2/accounts/create.twig +++ /dev/null @@ -1,14 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} -
-{% endblock %} -{% block scripts %} - - -{% endblock %} diff --git a/resources/views/v2/accounts/delete.twig b/resources/views/v2/accounts/delete.twig deleted file mode 100644 index 883e925b40..0000000000 --- a/resources/views/v2/accounts/delete.twig +++ /dev/null @@ -1,14 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} -
-{% endblock %} -{% block scripts %} - - -{% endblock %} diff --git a/resources/views/v2/accounts/edit.twig b/resources/views/v2/accounts/edit.twig deleted file mode 100644 index 56d6890529..0000000000 --- a/resources/views/v2/accounts/edit.twig +++ /dev/null @@ -1,14 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} -
-{% endblock %} -{% block scripts %} - - -{% endblock %} diff --git a/resources/views/v2/accounts/index.twig b/resources/views/v2/accounts/index.twig deleted file mode 100644 index c748ed2ee1..0000000000 --- a/resources/views/v2/accounts/index.twig +++ /dev/null @@ -1,26 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} -
-{% endblock %} - -{% block control %} -
-
-
{{ 'date_range'|_ }}
-
-
-
-
{{ 'list_options'|_ }}
-
-
-
-
-{% endblock %} - - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/accounts/show.twig b/resources/views/v2/accounts/show.twig deleted file mode 100644 index dcdda06253..0000000000 --- a/resources/views/v2/accounts/show.twig +++ /dev/null @@ -1,15 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} -
-{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/admin/index_new.twig b/resources/views/v2/admin/index_new.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/admin/index_new.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/auth/login.twig b/resources/views/v2/auth/login.twig deleted file mode 100644 index 1b2e9150fd..0000000000 --- a/resources/views/v2/auth/login.twig +++ /dev/null @@ -1,141 +0,0 @@ -{% extends './v2/layout/auth' %} -{% block content %} - - {# error when logging in? #} - {% if errors.count > 0 %} -
-
- -
{{ 'flash_error'|_ }}
- {{ errors.first }} -
-
- {% endif %} - - {# Success message (used for undo email change etc. #} - {% if Session.has('success') %} -
-
- -
- {{ session('success') }} -
-
- {% endif %} - - {# error when forced to logout #} - {% if session('logoutMessage') %} -
-
- -
- {{ session('logoutMessage') }} -
-
- {% endif %} - - {# LDAP warning (untranslatable, i dont care) #} - {% if ldapWarning %} -
-
- Please upgrade LDAP configuration -
-
- {% endif %} - - {# default header #} -
- - - {# demo site info #} - {% if IS_DEMO_SITE %} -
-
Firefly III demonstration website
- To log in, please use email address {{ DEMO_USERNAME }} and password {{ DEMO_PASSWORD }} -
- {% endif %} - - -
- -
-
- - -{% endblock %} diff --git a/resources/views/v2/auth/mfa.twig b/resources/views/v2/auth/mfa.twig deleted file mode 100644 index 92fe4122b5..0000000000 --- a/resources/views/v2/auth/mfa.twig +++ /dev/null @@ -1,52 +0,0 @@ -{% extends './v2/layout/auth' %} -{% block content %} - {# error when logging in with MFA #} - {% if session_has('error') %} -
-
- -
{{ 'flash_error'|_ }}
- {{ session('error') }} -
-
- {% endif %} - - - {# default header #} -
- - - -
- -
-
- - -{% endblock %} diff --git a/resources/views/v2/auth/passwords/email.twig b/resources/views/v2/auth/passwords/email.twig deleted file mode 100644 index 2daf29f55a..0000000000 --- a/resources/views/v2/auth/passwords/email.twig +++ /dev/null @@ -1,85 +0,0 @@ -{% extends './v2/layout/auth' %} -{% block content %} - - - {% if errors|length > 0 %} -
-
- -
{{ 'flash_error'|_ }}
-

- {{ 'problems_with_input'|_ }} -

- -
-
- {% endif %} - - {# default header #} -
- - - - -
- -
-
- -{% endblock %} -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/auth/passwords/reset.twig b/resources/views/v2/auth/passwords/reset.twig deleted file mode 100644 index 51716a3c5e..0000000000 --- a/resources/views/v2/auth/passwords/reset.twig +++ /dev/null @@ -1,116 +0,0 @@ -{% extends './v2/layout/auth' %} -{% block content %} - - - {% if errors|length > 0 %} -
-
- -
{{ 'flash_error'|_ }}
-

- {{ 'problems_with_input'|_ }} -

- -
-
- {% endif %} - - - {# default header #} -
- - -
- -
-
- - {% include 'v2.partials.auth.password-modal' %} -{% endblock %} -{% block scripts %} - - - - -{% endblock %} diff --git a/resources/views/v2/auth/register.twig b/resources/views/v2/auth/register.twig deleted file mode 100644 index c187cea454..0000000000 --- a/resources/views/v2/auth/register.twig +++ /dev/null @@ -1,112 +0,0 @@ -{% extends './v2/layout/auth' %} -{% block content %} - - {# errors during registration: #} - {% if errors|length > 0 %} -
-
- -
{{ 'problems_with_input'|_ }}
- -
-
- - {% endif %} - {# default header #} -
- - - -
- - -
-
- - {% include 'v2.partials.auth.password-modal' %} - - -{% endblock %} -{% block scripts %} - - - -{% endblock %} diff --git a/resources/views/v2/bills/create.twig b/resources/views/v2/bills/create.twig deleted file mode 100644 index 8d84a086ff..0000000000 --- a/resources/views/v2/bills/create.twig +++ /dev/null @@ -1,11 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} -
-{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/bills/index.twig b/resources/views/v2/bills/index.twig deleted file mode 100644 index 8410049d97..0000000000 --- a/resources/views/v2/bills/index.twig +++ /dev/null @@ -1,22 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} -
-{% endblock %} - -{% block control %} -
-
-
{{ 'date_range'|_ }}
-
-
-
-
-{% endblock %} - - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/budgets/indexx.twig b/resources/views/v2/budgets/indexx.twig deleted file mode 100644 index 96cabd2f17..0000000000 --- a/resources/views/v2/budgets/indexx.twig +++ /dev/null @@ -1,18 +0,0 @@ - -{% extends './v2/layout/default' %} - -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} - -{% block content %} -
-{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/categories/indexx.twig b/resources/views/v2/categories/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/categories/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/currencies/indexx.twig b/resources/views/v2/currencies/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/currencies/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/error.twig b/resources/views/v2/error.twig deleted file mode 100644 index f6a43110aa..0000000000 --- a/resources/views/v2/error.twig +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - Firefly III | :-( - - - - - - - - - -
-
-
-
-

:-(

- -
-

{{ trans('errors.error_occurred') }}

- -

- {{ trans('errors.error_not_recoverable') }} -

-

- {{ message }} -

- - {% if not debug %} -

- {{ trans('errors.more_info') }} -

-

- {{ trans('errors.collect_info')|raw }} - {{ trans('errors.collect_info_more')|raw }} -

-

- {{ trans('errors.github_help') }} -

-

- {{ trans('errors.github_instructions')|raw }} -

-
    -
  1. {{ trans('errors.use_search') }}
  2. -
  3. {{ trans('errors.include_info', { link: route('debug') })|raw }}
  4. -
  5. {{ trans('errors.tell_more') }}
  6. -
  7. {{ trans('errors.what_did_you_do') }}
  8. -
- {% endif %} - -
-
-
-
- - {% if debug %} -
-
-

{{ trans('errors.error') }}

-

- {{ trans('errors.error_location', {file: exception.getFile, line: exception.getLine, code: exception.getCode })|raw }} -

-

- {{ trans('errors.stacktrace') }} -

-
- {{ exception.getTraceAsString|nl2br }} -
-
-
- {% endif %} - -
- - diff --git a/resources/views/v2/export/indexx.twig b/resources/views/v2/export/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/export/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/index.twig b/resources/views/v2/index.twig deleted file mode 100644 index e6c1455ec0..0000000000 --- a/resources/views/v2/index.twig +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "./v2/layout/default" %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - -
- Hi there! The "v2"-layout is no longer receiving updates. Work will continue in "v3". This will be a fully functional - SPA - based on the excellent Quasar Framework platform. - Your comments, ideas and feedback will not be lost. -
- -
- -{% endblock %} - -{% block control %} -
-
-
{{ 'date_range'|_ }}
-
-
-
-
-
-{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/javascript/variables.twig b/resources/views/v2/javascript/variables.twig deleted file mode 100644 index 839bb42595..0000000000 --- a/resources/views/v2/javascript/variables.twig +++ /dev/null @@ -1,2 +0,0 @@ -// var allowedOpposingTypes = {{ config('firefly.allowed_opposing_types')|json_encode|raw }}; -// var accountToTransaction = {{ config('firefly.account_to_transaction')|json_encode|raw }}; diff --git a/resources/views/v2/layout/auth.twig b/resources/views/v2/layout/auth.twig deleted file mode 100644 index 01a74ef422..0000000000 --- a/resources/views/v2/layout/auth.twig +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - Firefly III - {% if title != "Firefly" and title != "" %} - // {{ title }} - {% endif %} - - {% if subTitle %} - // {{ subTitle }} - {% endif %} - - - - - -{% block content %}{% endblock %} -{% block scripts %}{% endblock %} - - - - diff --git a/resources/views/v2/layout/default.twig b/resources/views/v2/layout/default.twig deleted file mode 100644 index 7ffd5d14ae..0000000000 --- a/resources/views/v2/layout/default.twig +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - {# favicons #} - {% include('v2.partials.layout.favicons') %} - - - {% if subTitle|default(false) %} - {{ subTitle }} » - {% endif %} - {% if title != "Firefly III" %} - {{ title }} » - {% endif %} - - Firefly III - - - - - - - -
- - - {% include('v2.partials.layout.navbar') %} - - - {% include('v2.partials.layout.sidebar') %} - - -
- -
-
- - {% include('v2.partials.layout.flashes') %} -
-
-

- {% if mainTitleIcon|default(false) %}{% endif %} - {{ title }} - {% if subTitleIcon|default(false) %}{% endif %} - {{ subTitle|default('') }}

-
-
- {% block breadcrumbs %}{% endblock %} -
-
-
-
- - - -
-
- {% block content %}{% endblock %} -
-
- -
- - {% include('v2.partials.layout.footer') %} - - - - -
- - - - -{% block scripts %}{% endblock %} - - - - - - diff --git a/resources/views/v2/new-user/indexx.twig b/resources/views/v2/new-user/indexx.twig deleted file mode 100644 index 756f4685f0..0000000000 --- a/resources/views/v2/new-user/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/object-groups/indexx.twig b/resources/views/v2/object-groups/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/object-groups/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/partials/auth/password-modal.twig b/resources/views/v2/partials/auth/password-modal.twig deleted file mode 100644 index 4da1f437b4..0000000000 --- a/resources/views/v2/partials/auth/password-modal.twig +++ /dev/null @@ -1,36 +0,0 @@ - - diff --git a/resources/views/v2/partials/layout/breadcrumbs.twig b/resources/views/v2/partials/layout/breadcrumbs.twig deleted file mode 100644 index 91e467ac37..0000000000 --- a/resources/views/v2/partials/layout/breadcrumbs.twig +++ /dev/null @@ -1,11 +0,0 @@ -{% if breadcrumbs|length > 0 %} - -{% endif %} diff --git a/resources/views/v2/partials/layout/control.twig b/resources/views/v2/partials/layout/control.twig deleted file mode 100644 index 8b13789179..0000000000 --- a/resources/views/v2/partials/layout/control.twig +++ /dev/null @@ -1 +0,0 @@ - diff --git a/resources/views/v2/partials/layout/favicons.twig b/resources/views/v2/partials/layout/favicons.twig deleted file mode 100644 index 17199c3a97..0000000000 --- a/resources/views/v2/partials/layout/favicons.twig +++ /dev/null @@ -1,28 +0,0 @@ -{# main icons #} - - - -{# iOS icons #} - - - - - -{# Pinned tab #} - - -{# Android #} - - - -{# Manifest #} - - -{# Android colors #} - - -{# Microsoft meta #} - - - - diff --git a/resources/views/v2/partials/layout/flashes.twig b/resources/views/v2/partials/layout/flashes.twig deleted file mode 100644 index 6a9b30e31f..0000000000 --- a/resources/views/v2/partials/layout/flashes.twig +++ /dev/null @@ -1,57 +0,0 @@ -{# SUCCESS MESSAGE (ALWAYS SINGULAR) #} -{% if session_has('success') %} -
-
- -
- -
{{ 'flash_success'|_ }}
- - {% if session_has('success_url') %} - - {% endif %} - {{ session('success') }} - {% if session_has('success_url') %} - - {% endif %} - -
-
-
-{% endif %} - -{% if session_has('warning') %} -
-
- -
- -
{{ 'flash_warning'|_ }}
- - {% if session_has('warning_url') %} - - {% endif %} - {{ session('warning') }} - {% if session_has('warning_url') %} - - {% endif %} - -
-
-
-{% endif %} - -{% if upgrade_security_message and upgrade_security_level %} -
-
- -
-
{{ ('flash_'~upgrade_security_level)|_ }}
- - {{ upgrade_security_message }} - -
-
-
- -{% endif %} diff --git a/resources/views/v2/partials/layout/footer.twig b/resources/views/v2/partials/layout/footer.twig deleted file mode 100644 index c7e15dfc0f..0000000000 --- a/resources/views/v2/partials/layout/footer.twig +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/resources/views/v2/partials/layout/navbar.twig b/resources/views/v2/partials/layout/navbar.twig deleted file mode 100644 index e00088aba4..0000000000 --- a/resources/views/v2/partials/layout/navbar.twig +++ /dev/null @@ -1,124 +0,0 @@ - - diff --git a/resources/views/v2/partials/layout/sidebar.twig b/resources/views/v2/partials/layout/sidebar.twig deleted file mode 100644 index f78df82c04..0000000000 --- a/resources/views/v2/partials/layout/sidebar.twig +++ /dev/null @@ -1,203 +0,0 @@ - diff --git a/resources/views/v2/piggy-banks/indexx.twig b/resources/views/v2/piggy-banks/indexx.twig deleted file mode 100644 index 6e9e6b618a..0000000000 --- a/resources/views/v2/piggy-banks/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/preferences/indexx.twig b/resources/views/v2/preferences/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/preferences/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/profile/indexx.twig b/resources/views/v2/profile/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/profile/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/recurring/indexx.twig b/resources/views/v2/recurring/indexx.twig deleted file mode 100644 index 92aeead0a1..0000000000 --- a/resources/views/v2/recurring/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/reports/indexx.twig b/resources/views/v2/reports/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/reports/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/rules/indexx.twig b/resources/views/v2/rules/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/rules/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/tags/indexx.twig b/resources/views/v2/tags/indexx.twig deleted file mode 100644 index ecb1b071f4..0000000000 --- a/resources/views/v2/tags/indexx.twig +++ /dev/null @@ -1,19 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
Hello, I am empty page.
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %} diff --git a/resources/views/v2/transactions/create.twig b/resources/views/v2/transactions/create.twig deleted file mode 100644 index a5ac7fa327..0000000000 --- a/resources/views/v2/transactions/create.twig +++ /dev/null @@ -1,23 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - - -{% endblock %} diff --git a/resources/views/v2/transactions/edit.twig b/resources/views/v2/transactions/edit.twig deleted file mode 100644 index e47fcfc3c2..0000000000 --- a/resources/views/v2/transactions/edit.twig +++ /dev/null @@ -1,23 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - - - -
- -{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - - -{% endblock %} diff --git a/resources/views/v2/transactions/index.twig b/resources/views/v2/transactions/index.twig deleted file mode 100644 index 8ff1cc70c6..0000000000 --- a/resources/views/v2/transactions/index.twig +++ /dev/null @@ -1,29 +0,0 @@ -{% extends './v2/layout/default' %} -{% block breadcrumbs %} - {{ Breadcrumbs.render }} -{% endblock %} -{% block content %} - -
- -{% endblock %} - -{% block control %} -
-
-
{{ 'date_range'|_ }}
-
-
-
-
{{ 'list_options'|_ }}
-
-
-{% endblock %} - -{% block styles %} - -{% endblock %} - -{% block scripts %} - -{% endblock %}