{% load i18n media %} {{ page.title }}

OAuth: {{ title }}

{% trans "Read more about this implementation:" %} {{ api_help }}

{% trans "Your callback URL:" %}

{% if page.msg %}
  • {{ page.msg }}
{% endif %} {% ifequal phase 0 %}
{% if page.need_custom_urls %}
{% endif %} {% endifequal %} {% ifequal phase 1 %}

{% trans 'Got Request token! Click "Next step" to authorize this application.' %}

{% endifequal %} {% ifequal phase 3 %}

{% trans "Your OAuth access setup is completed." %}

{% endifequal %}
{% ifnotequal phase 3 %}{% else %}{% endifnotequal %}