{% extends "base/layout.html" %} {% load form_helpers %} {% load render_table from django_tables2 %} {% block title %}Run sync of zones{% endblock title %} {% block content %}
Current schedule
{% render_table jobs_table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=jobs_table.paginator page=jobs_table.page %}
{% csrf_token %}
{% render_form form %}
 
Leave "Schedule" at and "Recurs every" fields empty to run a one off sync immediately.
Cancel
{% endblock %}