{% extends "base.html" %} {% load projecttags %} {% load humanize %} {% load static %} {% block pagecontent %} {% include "projecttopbar.html" %} {% url table_name project.id as xhr_table_url %} {% include "toastertable.html" %} {% endblock %}