{# CSS things #} {# libraries #} {# the theme #} {# Firefly III customisations #}
{{ trans('firefly.authorization_request', {version: config('firefly.version')}) }}
{% if client.user.id == user.id %}

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

{{ trans('firefly.authorization_request_site', {url: client.redirect|phphost})|raw }}

{% endif %} {% if client.user.id != user.id %}

{{ 'authorization_request_invalid'|_ }}

{% endif %} {% if scopes|length > 0 %}

{{ 'scopes_will_be_able'|_ }}

    {% for scope in scopes %}
  • {{ scope.description }}
  • {% endfor %}
{% endif %}
{% if client.user.id == user.id %}
{{ csrf_field() }}
{% endif %}
{{ csrf_field() }} {{ method_field('DELETE') }}