{% extends "pobsync_backend/base.html" %}
{% block title %}Run {{ run.id }} | {{ run.host.host }}{% endblock %}
{% block content %}
Run {{ run.id }}
Failure
Review
Dry Run Summary
{% for warning in dry_run_summary.warnings %}
{% else %}
{% 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 }}