{% extends "barrier/barrier-base.html" %} {% block content %}
{% if show_search %}
{% if error %}
{{ error }}
{% endif %}
{% elif form %}
{% csrf_token %}
{{ form.as_p }}
{% endif %}
{% endblock content %}