{% load static %} {% load 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 view.export_formats %} {% for format in view.export_formats %} download .{{ format }} {% endfor %} {% endif %}
{% if filter %}
{% bootstrap_form filter.form layout='inline' %} {% bootstrap_button 'filter' %}
{% endif %}
{% render_table table %}
{% endblock %}