{% if not q %}

Type to search contracts and teams…

{% elif not contracts and not teams %}

No results for “{{ q }}”.

{% else %}
{% if contracts %}

Contracts

{% for c in contracts %} {{ c.title }} {{ c.contract_id }} {% endfor %} {% endif %} {% if teams %}

Teams

{% for t in teams %} {{ t }} {% endfor %} {% endif %}
{% endif %}