{% extends 'base.html' %} {% load bootstrap %} {% block content %}

{% if add_filter %}Add{% else %}Update{% endif %} {{ section }} filter

{% csrf_token %} {{ form|bootstrap }} Cancel
{% endblock %}