{% extends 'notifpy/base.html' %} {% load static %} {% block title %}Settings ∣ {{ block.super }}{% endblock %} {% block main_content %}
{% if operator.youtube.oauth_flow.credentials.is_valid %}
Credentials are valid (client ID {{ operator.youtube.oauth_flow.credentials.client_id }}
).
{% else %}
Credentials are not valid.
{% endif %}
{% if operator.youtube.oauth_flow.token %} Delivered at {{operator.youtube.oauth_flow.token.delivery_datetime|date:"Y-m-d H:i:s"}} and expires at {{operator.youtube.oauth_flow.token.expiration_datetime|date:"Y-m-d H:i:s"}}. {% else %} No token found. {% endif %}
{% if operator.twitch.oauth_flow.credentials.is_valid %}
Credentials are valid (client ID {{ operator.twitch.oauth_flow.credentials.client_id }}
).
{% else %}
Credentials are not valid.
{% endif %}
{% if operator.twitch.oauth_flow.token %} Delivered at {{operator.twitch.oauth_flow.token.delivery_datetime|date:"Y-m-d H:i:s"}} and expires at {{operator.twitch.oauth_flow.token.expiration_datetime|date:"Y-m-d H:i:s"}}. {% else %} No token found. {% endif %}