Implementing Django-filters along with Django-tables

I want to implement Django-filters along with Django-tables. Facing issues in writing the classes and rendering templates is also a bit complicated. Please help !!
I am using the Auth User Model.

Thanks!