{{ _('Automatically search for new episodes and download them on a schedule.') }}
{{ _('No sync jobs yet. Add a series from the search page.') }}
{{ _('Edit sync job') }}
{{ _('Skip:') }} {{ _('This sync run will be skipped. It will be retried on the next scheduled check.') }} {{ _('Wait (Hold):') }} {{ _('The sync pauses until the custom path is reachable again — then starts automatically.') }}
{% endblock %} {% block scripts %}
{% set is_admin = not auth_enabled or (current_user and current_user.role == 'admin') %}
{% endblock %}