disbi.templatetags.custom_template_tags module

disbi.templatetags.custom_template_tags.nested_dict_as_table(d, make_foot, **kwargs)[source]

Render a list of dictionries as HTML table with keys as footer and header.

Parameters:d – A list of dictionries. Use an OrderedDict for the table to maintain order.
Keyword Arguments:
 **kwargs – Valid HTML Global attributes, which will be added to the <table> tag.
disbi.templatetags.custom_template_tags.print_none(obj)[source]