{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% load plugins %} {% block content %}
{% trans "Sync Scope" %}
{% trans "Name" %} {{ object.name }}
{% trans "Sync" %} {{ object.sync }}
{% trans "Content Type" %} {{ object.content_type }}
{% trans "Priority" %} {{ object.priority }}
{% trans "Filter" %}
{% trans "Scope Parameters" %} {% if object.scope_parameters %}
{{ object.scope_parameters|json }}
{% else %} {% endif %}
{% plugin_left_page object %}
{% trans "Action" %}
{% trans "On Missing" %} {{ object.get_on_missing_display }}
{% trans "Update Data" %} {% if object.update_data %}
{{ object.update_data|json }}
{% else %} {% endif %}
{% trans "Max Action %" %} {{ object.max_action_pct|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% endblock %}