{% extends 'generic/object_children.html' %} {% load helpers %} {% load i18n %} {% block table_controls %}
{% if request.user.is_authenticated and table_config %}
{% if table.config_params or table_configs %} {% endif %}
{% endif %}
{% endblock table_controls %}