{% extends "django_tables2/bootstrap.html" %}
{% load trans from i18n %}
{% load static %}
{% block table %}
{% if table.shift_table_column %}
{% for column in table.columns %}
{% if column.attrs.td.class not in table.get_column_excluded %}
{% if column.attrs.td.class in table.get_column_default_show %}