{% extends theme('layouts/center-panel.html') %} {% set meta = { 'title': _('External application authorization'), } %} {% block panel_content %}

{{ _( '%(app)s want to access your %(site)s account.', app='%s'|format(grant.client.name)|safe, site='%s'|format(config.SITE_TITLE)|safe ) }}

{{ _('Details') }}

{{ _('Access your profile') }}

{{ _('Read your profile, the orgnization you belong to, your publications') }}

{{ _('Publish data') }}

{{ _('Publish datasets, reuses, follow or unfollow') }}

{% endblock %}