{% extends "base.html" %} {% block title %}Search Results{% endblock %} {% block page_title %}Search Results{% endblock %} {% block content %}

{{ pagination.total }} Results found for "{{ query }}"

{% if current_user.is_authenticated and current_user.get_id() == "1" %} {% endif %} {% if calls %} {% for call in calls %} {% if current_user.is_authenticated and current_user.get_id() == "1" %} {% endif %} {% endfor %} {% else %}

No results found for "{{ query }}".

{% endif %}
Symbol Company Name Year Quarter Call DateActions
{{ call.symbol }} {{ call.companyname }} {{ call.year }} {{ call.quarter }} {{ call.date }} Edit Delete
{% endblock %}