{% extends "base.html" %} {%load static%} {% load crispy_forms_tags %} {% load templatetags %} {% block content %}

{{ filter.form|crispy }}

{%endblock%}