{% extends "base.html" %} {% block content %} {% if query %}
Tickets
{% else %} Nothing found for query "{{ request.POST.q }}" {% endif %} {% endblock %}