{% extends "bootstrap4_table_base.html" %} {% load trans from i18n %} {% load static %} {% block table %} {% if table.shift_table_column %} {# Loader default is show #}
loader {% trans "templates.bootstrap4Table.loading"%}
{# End loader #} {# Wrapper degault is hide #} {# End table-wrapper #} {% else %} {{ block.super }} {% endif %} {% endblock table %}