{% load i18n %} {% if show_quick_full_sync_banner %}
{% trans "No recurring full sync scheduled" %} {% blocktrans trimmed %} No active recurring Proxbox Sync job (among jobs you can view) uses sync type All. {% endblocktrans %} {% trans "View jobs" %} · {% trans "Open schedule form" %}
{% if can_quick_schedule_sync and quick_schedule_form %}
{% csrf_token %} {% include "netbox_proxbox/inc/schedule_sync_form_fields_quick.html" with form=quick_schedule_form %}
{% trans "Change options above, then submit." %}
{% elif not can_quick_schedule_sync %}
{% blocktrans trimmed %} You do not have permission to queue sync jobs from here. An administrator can schedule a recurring job or grant you permission to add sync operations. {% endblocktrans %}
{% endif %}
{% endif %}