{% if not q %}
Type to search contracts and teams…
{% elif not contracts and not teams %}No results for “{{ q }}”.
{% else %}Contracts
{% for c in contracts %} {{ c.title }} {{ c.contract_id }} {% endfor %} {% endif %} {% if teams %}Teams
{% for t in teams %} {{ t }} {% endfor %} {% endif %}