{% extends "base.html" %} {% block title %}Auto-Sync — AniWorld Downloader{% endblock %} {% block content %}
{{ _('No sync jobs yet. Add a series from the search page.') }}
{% endblock %} {% block scripts %} {% set is_admin = not auth_enabled or (current_user and current_user.role == 'admin') %} {% endblock %}