{% extends "base.html" %} {% block title %}Search: "{{ q }}" | FreshFilings{% endblock %} {% block description %}Search results for "{{ q }}" on FreshFilings, the free U.S. business entity lookup.{% endblock %} {% block content %} Search {% if results %} {{ results|length }} result{% if results|length != 1 %}s{% endif %} for “{{ q }}” {% for row in results %} {{ row.name }} {{ row.state }} {% if row.entity_type %} · {{ row.entity_type }}{% endif %} {% if row.formation_date %} · {{ row.formation_date.year }}{% endif %} {% if row.status %} {{ row.status }} {% endif %} {% endfor %} {% else %} No results for “{{ q }}”. Try a broader search term. Try: wine, holding, tech {% endif %} {% endblock %}
{{ results|length }} result{% if results|length != 1 %}s{% endif %} for “{{ q }}”
No results for “{{ q }}”. Try a broader search term.
Try: wine, holding, tech