{% extends "crudbuilder/base.html" %} {% load crudbuilder %} {% load render_table from django_tables2 %} {% block breadcrumb %} {% endblock %} {% block main_content %} {% block actions %} Add {{actual_model_name|title}} {% endblock %}

{{pluralized_model_name|title}}



{% render_table table_objects "crudbuilder/widgets/tables/tables.html" %}
{% comment %} APP : {{app_label}}
MODEL : {{actual_model_name}}
PLURIZED MODEL : {{pluralized_model_name}}

Using normal queryset

{{object_list}} {% endcomment %} {% endblock %}