{% extends theme('base.html') %} {% set meta = { 'title': _('External application authorization'), } %} {% block content %} {% if grant.client.organization %} {% endif %} {% if grant.client.image %} {% endif %} {{ _( '%(app)s want to access your %(site)s account.', app='%s'|format(grant.client.name)|safe, site='%s'|format(config.SITE_TITLE)|safe ) }} {{ _('This site request the following rights:') }} {{ _('Access your profile') }} {{ _('Read your profile, the orgnization you belong to, your publications') }} {{ _('Publish data') }} {{ _('Publish datasets, reuses, follow or unfollow') }} {{ _('Refuse') }} {{ _('Accept') }} {% endblock %}
{{ _( '%(app)s want to access your %(site)s account.', app='%s'|format(grant.client.name)|safe, site='%s'|format(config.SITE_TITLE)|safe ) }}
{{ _('This site request the following rights:') }}