{% extends 'wirecloud/views/base_plain.html' %} {% load i18n %} {% block content %}

{% blocktrans with app_name=app.name %}Authorize {{ app_name }}?{% endblocktrans %}

{% blocktrans with app_name=app.name username=request.user.username %}The app {{ app_name }} would like to be able to do the following actions in your name ({{ username }}):{% endblocktrans %}
  • {% trans "Read your public and private information" %}
  • {% trans "Access and modify your workspaces" %}
  • {% trans "Manage your mashable application components" %}
{% csrf_token %}
{% endblock %}