{% extends "base.html" %} {% block title %}Logs{% endblock %} {% block content %}
{% if logs %}
{% for line in logs %}{{ line }}
{% endfor %}
{% else %}

No logs available yet. Run a sync to see output here.

{% endif %}

About Logs

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.

{% endblock %} {% block scripts %} {% endblock %}