{% extends "base.html" %} {% block title %}Configuration - GitHub to Gitea Mirror{% endblock %} {% block content %}
Scheduler Status: {% if config.scheduler_enabled %} Enabled {% else %} Disabled {% endif %}
Mirror Interval: {{ config.mirror_interval }} hours
Logging Level: {{ config.log_level }}
Last Run: {% if config.last_mirror_run %} {{ config.last_mirror_run|timestamp_to_datetime }} {% else %} Never {% endif %}
Next Run: {% if next_run %} {{ next_run.strftime('%Y-%m-%d %H:%M:%S') }} {% else %} Not scheduled {% endif %}