{# tutorial/templates/tutorial/people.html #} {% load render_table from django_tables2 %} {% load bootstrap3 %} Liste af SSISProjekter {% if filter %}
{% bootstrap_form filter.form layout='inline' %} {% bootstrap_button 'filter' %}
{% endif %} {% render_table table 'django_tables2/bootstrap.html' %}