web.views.email_views.EmailTableView module

Module with the web.views.EmailTableView view.

class web.views.email_views.EmailTableView.EmailTableView(**kwargs)[source]

Bases: SingleTableMixin, EmailFilterView

View for filtering a table of core.models.Email instances.

URL_NAME = 'email-table'
template_name = 'web/email/email_table.html'
table_class

alias of BaseEmailTable

get_paginate_by(table_data)[source]

Overridden to reconcile mixin and view.

Return type:

int

Parameters:

table_data (QuerySet)