Create a provider snapshot diff for {{ snapshot }}.
Leave the base snapshot blank to automatically compare against the most recent preceding
completed snapshot.
- Provider Account
- {{ snapshot.provider_account }}
- Status
- {{ snapshot.status }}
- Fetched At
- {{ snapshot.fetched_at|default:'—' }}
- Completed At
- {{ snapshot.completed_at|default:'—' }}
{% if error_text %}
{{ error_text }}
{% endif %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% for field in form.visible_fields %}
{{ field }}
{% if field.help_text %}
{{ field.help_text }}
{% endif %}
{% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}