web.views.account_views.AccountEmailsTableView module

Module with the web.views.AccountEmailsFilterView view.

class web.views.account_views.AccountEmailsTableView.AccountEmailsTableView(**kwargs)[source]

Bases: SingleTableMixin, AccountEmailsFilterView

View for tabling core.models.Email instances belonging to a certain account.

URL_NAME = 'account-emails-table'
template_name = 'web/account/account_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)