{% if sources %}
{% include('icons/database.svg') %} Your Data Sources
{% for key in sources %}
{% with key=key, active=sources[key]['active'] %}
{% include('c_source_card.html') %}
{% endwith %}
{% endfor %}
{% else %}
{% include('icons/database.svg') %} Add Some Data
{% endif %}