{% extends 'wirecloud/views/base_plain.html' %} {% load i18n %} {% block content %}
{% blocktrans with app_name=app.name username=request.user.username %}The app {{ app_name }} will be able to do the following actions in your name ({{ username }}):{% endblocktrans %}
{% endblock %}