{% extends "base.html" %} {% block title %} {{ _("Authorize %(title)s", title=client.title) }} {% endblock %} {% block author_link %} {{ client.owner.username }} {% endblock %} {% block content %}

{{ self.title() }}

{{ _("%(title)s by %(display_name)s", title=client.title, display_name=self.author_link()) }}

{{ _("wants to access your account") }}

{{ _("Public data only") }}

{{ _("Read-only access to your public data") }}

{% endblock %}