{% if request.user.is_authenticated and table_config %}
{% if table.config_params or table_configs %}
{% if table.config_params %}
Save
{% endif %}
{% if table.config_params and table_configs %}{% endif %}
{% if table_configs %}
{% for config in table_configs %}
{{ config }}
{% endfor %}
{% endif %}