{% extends 'generic/object_detail.html' %} {% load buttons %} {% load plugins %} {% load perms %} {% load helpers %} {% block content_left_page %}
| Description | {{ object.description | placeholder }} |
|---|---|
| Type | {{ object.type }} |
| On Advanced Tab | {{ object.advanced_ui | render_boolean }} |
| Source Content Type | {{ object.source_type }} |
| Source Label | {{ object.source_label | placeholder }} |
| Source Filter | {% if object.source_filter %}{{ object.source_filter | render_json }}{% else %} {{ None | placeholder }}{% endif %} |
| Hide on Source Object | {{ object.source_hidden | render_boolean }} |
| Destination Content Type | {{ object.destination_type }} |
| Destination Label | {{ object.destination_label | placeholder }} |
| Destination Filter | {% if object.destination_filter %}{{ object.destination_filter | render_json }}{% else %} {{ None | placeholder }}{% endif %} |
| Hide on Destination Object | {{ object.destination_hidden | render_boolean }} |