{% extends 'generic/object.html' %} {% block content %}
Sync Process
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
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}