{% extends "pobsync_backend/base.html" %} {% block title %}Run {{ run.id }} | {{ run.host.host }}{% endblock %} {% block content %}
{% for part in rsync_command %}{{ part }}{% if not forloop.last %}
{% endif %}{% endfor %}
{% else %}
No rsync command recorded yet.
{% endif %}{% for line in rsync_log_tail %}{{ line }}{% if not forloop.last %}
{% endif %}{% endfor %}
{% else %}
No recent rsync log output recorded yet.
{% endif %}{{ result_json }}