{% extends 'base.html' %} {% load render_table from django_tables2 %} {% block title %}Task table{% endblock title %} {% block content %}

Task table

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