{% extends 'generic/object.html' %} {% block content %}
Name | {{ object.name }} |
---|---|
Sync Type | {{ object.sync_type }} |
Status | {{ object.status }} |
Started At | {{ object.started_at }} |
Completed At | {{ object.completed_at }} |
Runtime | {{ object.runtime }} seconds |