{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}

{% trans "Table Config" %}

{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Object Type" %} {{ object.object_type }}
{% trans "Table" %} {{ object.table }}
{% trans "User" %} {{ object.user|placeholder }}
{% trans "Enabled" %} {% checkmark object.enabled %}
{% trans "Shared" %} {% checkmark object.shared %}
{% trans "Weight" %} {{ object.weight }}
{% plugin_left_page object %}

{% trans "Columns Displayed" %}

{% trans "Ordering" %}

{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}