web.views.account_views.AccountTableView module¶
Module with the web.views.AccountTableView view.
- class web.views.account_views.AccountTableView.AccountTableView(**kwargs)[source]¶
Bases:
SingleTableMixin,AccountFilterViewView for filtering a table of
core.models.Accountinstances.- URL_NAME = 'account-table'¶
- template_name = 'web/account/account_table.html'¶
- table_class¶
alias of
BaseAccountTable