{% extends 'base.twig' %} {% block content %}
{{ lang.oauth2.authorize_app }}
{% if mailcow_cc_role == 'user' %}

{{ lang.oauth2.scope_ask_permission }}:

{{ lang.oauth2.profile }}
{{ lang.oauth2.profile_desc }}
{{ lang.oauth2.deny }}
{% else %}

{{ lang.oauth2.access_denied }}

{% endif %}
{% endblock %}