{% load static %} {% load render_table from django_tables2 %} {% load bootstrap3 %} django_tables2 with bootstrap 3 template example {% bootstrap_css %}
{% block body %} Bootstrap 3 - table docs | Bootstrap 3 - pagination docs

{% block title %}django_tables2 with Bootstrap 3 template example{% endblock %}

{% if filter %}
{% bootstrap_form filter.form layout='inline' %} {% bootstrap_button 'filter' %}
{% endif %}
{% render_table table %}
{% endblock %}