web.views.email_views.EmailTableView module¶
Module with the web.views.EmailTableView view.
- class web.views.email_views.EmailTableView.EmailTableView(**kwargs)[source]¶
Bases:
SingleTableMixin,EmailFilterViewView for filtering a table of
core.models.Emailinstances.- URL_NAME = 'email-table'¶
- template_name = 'web/email/email_table.html'¶
- table_class¶
alias of
BaseEmailTable