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