{% extends "_donut.html" %} {% block pageHead %} {{ super() }} {% endblock %} {% block header %} {{ super() }} {% endblock %} {% block main %}

{{config.actions.edit|capitalize}}

{{structure.description}}

{% include "_basic-form.html" %} {% if app.client.id %}
Client ID
{{app.client.id}}
{% endif %} {% if app.client.secret %}
Client Secret
{{app.client.secret}} (Create new Client Secret)
{% endif %} {% if app.endpoints %}

Endpoints

{% if app.endpoints.live | length %}

Live

{% for entry in app.endpoints.live %} {% endfor %}
Success Timestamp
{{entry.response}} {{entry.timestamp}}
{% endif %} {% if app.endpoints.updated | length %}

Updated

{% for entry in app.endpoints.updated %} {% endfor %}
Success Timestamp
{{entry.response}} {{entry.timestamp}}
{% endif %} {% if app.endpoints.sunset | length %}

Sunset

{% for entry in app.endpoints.sunset %} {% endfor %}
Success Timestamp
{{entry.response}} {{entry.timestamp}}
{% endif %} {% endif %} {% endblock %} {% block footer %} {{ super() }} {% endblock %}