View on GitHub
{% if symbol %}
{{ results|length }} result{% if results|length != 1 %}s{% endif %} for "{{ symbol }}"
{% if results %}
{% for result in results %} {% endfor %} {% if results|length > 10 %}
{% endif %}
{% else %}
No symbols found matching "{{ symbol }}"
{% endif %} {% endif %}