{% extends 'barrier/barrier-base.html' %} {% load static %} {% block content %}
{% if show_search %}
{% if error %}
{{ error }}
{% endif %}
{% elif form %}
{% csrf_token %}

{{ form.as_p }}
{% endif %}
{% endblock content %}