{% extends "base.html" %} {% block title %}Auto-Sync — AniWorld Downloader{% endblock %} {% block content %}
Noch keine Sync-Jobs. Füge eine Serie über die Suchseite hinzu.
{% endblock %} {% block scripts %} {% set is_admin = not auth_enabled or (current_user and current_user.role == 'admin') %} {% endblock %}