{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}

{{ _('Step 1: OAuth Connection') }}

{% if current_user.is_admin %}

{{ _('Configure OAuth credentials from Xero Developer Portal.') }}

{% endif %}
{% endblock %} {% block wizard_js %} {% endblock %}