{% extends "conntrackt/base.html" %} {% block content %}
{% if search_term %}

Search results for: {{ search_term }}

{% else %}

Search

{% endif %}


{% if projects %}

Matched projects


{% elif search_term %}

There are no projects matching your query.


{% endif %} {% if entities %}

Matched Entities


{% elif search_term %}

There are no entities matching your query.


{% endif %}
{% endblock content %}