{% extends 'generic/object.html' %} {% load plugins %} {% load i18n %} {% block content %}
{% block flow_title %}{% endblock %}
{% block enabled_fieled %}{% endblock %}
{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description }}
{% trans "Object Type" %} {{ object.object_type }}
{% trans "Object Filter" %}
{% if object.object_filter %}
{{ object.object_filter|json }}
{% else %} {% trans "No filter defined" %} {% endif %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% endblock content %}