Name:
{{ source.name }}
Type:
{{ source.get_source_type_display }}
{% if source.description %}
Description:
{{ source.description|linebreaks }}
{% endif %}
Created:
{{ source.created_at|date:"M d, Y H:i" }}
Total API Calls:
{{ source.integration_logs.count }}