{# CSS things #} {# libraries #} {# the theme #} {# Firefly III customisations #}
{{ trans('firefly.authorization_request', {version: config('firefly.version')}) }}

{{ trans('firefly.authorization_request_intro', {client: client.name})|raw }}

{% if scopes|length > 0 %}

{{ 'scopes_will_be_able'|_ }}

    {% for scope in scopes %}
  • {{ scope.description }}
  • {% endfor %}
{% endif %}
{{ csrf_field() }}
{{ csrf_field() }} {{ method_field('DELETE') }}