{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% load plugins %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Sync" %} | {{ object.sync }} |
| {% trans "Content Type" %} | {{ object.content_type }} |
| {% trans "Priority" %} | {{ object.priority }} |
| {% trans "Scope Parameters" %} |
{% if object.scope_parameters %}
{{ object.scope_parameters|json }}
{% else %}
—
{% endif %}
|
|---|
| {% 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 }} |