{% extends "fastview/base.html" %} {% block fastview_content %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}