{% extends "admin/base_site.html" %} {% load i18n %} {% block content %} {% if oauth_error_code %}

{% trans "An error occurred" %}

{{ oauth_error_code }}: {{ oauth_error_message }}

Try again.

{% else %} {% if form.is_valid %}

{% trans "Please confirm the connection to canto" %}

{% csrf_token %} {{ form.as_p }}
{% else %} {% if settings.is_connected %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% if settings.is_connected %}

You are connected to canto.

Your token is valid until {{ settings.token_valid_until }} {% else %}

You are not connected to canto.

Connect now. {% endif %} {% endif %} {% endif %} {% endblock %}