{% if sources %}

🔗 Your Data Sources

{% for key in sources %} {% with key=key, active=sources[key]['active'] %} {% include('c_source_card.html') %} {% endwith %} {% endfor %} {% else %}

âž• Add Some Data

{% endif %}