{% extends 'base.html' %} {% load render_table from django_tables2 %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}

All Projects Add Project

{% render_table table %} {% endblock content %}