{% extends 'generic/_base.html' %} {% block title %}Timeline — {{ provider_account }}{% endblock %} {% block content %}

Provider Account Timeline

Lifecycle timeline for {{ provider_account }}. Shows snapshots and diffs in chronological order based on visible records.

Provider Type
{{ provider_account.provider_type }}
Organization
{{ provider_account.organization }}
Last Sync Status
{{ provider_account.last_sync_status|default:'—' }}
{% if timeline %}

Timeline Entries

{% for entry in timeline %} {% endfor %}
Type Name Status Completed At
{{ entry.kind|default:'—' }} {{ entry.name|default:'—' }} {{ entry.status|default:'—' }} {{ entry.completed_at|default:'—' }}
{% else %} {% endif %}
{% endblock %}