{% extends "vend/_layouts/settings" %} {% import "_includes/forms" as forms %} {% from "vend/_includes/macros.html" import configWarning %} {% block content %}
You are not connected to Vend, please connect to your Vend store first.
{% else %} {% if oauthToken and oauthProvider %}Connected to the Vend Store {{ oauthProvider.domainPrefix }}
Your OAuth app needs a token generating, you can do this here.
{% endif %} {% endif %} {% if not oauthAppMissing and oauthToken and oauthProvider %} {% endif %} {% endblock %}