{% extends "base.html" %} {% block title %}Central — Adapters{% endblock %} {% block content %}

Adapters

{% for adapter in adapters %} {% endfor %}
Name Enabled Cadence Last Updated
{{ adapter.display_name or adapter.name }} {% if adapter.api_key_missing %} ⚠️ API Key Missing {% endif %} {% if adapter.enabled %}Yes{% else %}No{% endif %} {{ adapter.cadence_s }}s {{ adapter.updated_at.strftime('%Y-%m-%d %H:%M') if adapter.updated_at else '—' }} Edit
{% endblock %}