{% extends "core/base.html" %} {% load render_table from django_tables2 %} {% load crispy_forms_tags %} {% block section_title %}List of Computers{% endblock %} {% block content %}

{% csrf_token %} {{ filter.form|crispy }}

{% render_table table %}
{% endblock %}