{% extends 'generic/_base.html' %} {% block title %}Sync Log — {{ runner.name }}{% endblock %} {% block content %}
Sync Log {{ sync_log.get_status_display }}
All Logs Back to Runner
Runner {{ runner.name }}
Log Level {{ sync_log.log_level }}
Started {{ sync_log.started|date:"Y-m-d H:i:s" }}
Finished {% if sync_log.finished %} {{ sync_log.finished|date:"Y-m-d H:i:s" }} {% else %} {% endif %}
Output
{{ sync_log.output }}
{% if sync_log.status == "running" %} {% endif %} {% endblock content %}