{% load i18n %}
{% blocktrans %}Select an account:{% endblocktrans %}
{% for scope in scopes %}
{% with scope.title as scope_title %} {% endwith %}
{% blocktrans %}Go back{% endblocktrans %}
{% comment %} Resources are now loaded in ajax for many useful reasons : reload after upload / batch / search / performance ... {% endcomment %}
{% endfor %}