{% extends "base.html" %} {% block title %}Logs{% endblock %} {% block content %}
{% for line in logs %}{{ line }}
{% endfor %}
{% else %}
No logs available yet. Run a sync to see output here.
This page shows the last 200 lines of sync output. Logs include:
Tip: Use the Refresh button to see the latest log output while a sync is running.