{%- extends "layouts/auth.html" %} {%- block title %}{{_("Grant Access")}}{% endblock %} {%- block content %} {%- if result.oauth_url %}
{{ _("Mailpile should now be able to access your account.") }}
{% else %}{{ _("Oh no, something went wrong.") }} {{ _("Try again later?") }}
{% endif %}