{% extends "base.html" %} {% block title %}Show Calls{% endblock %} {% block page_title %}Show Calls{% endblock %} {% block content %}

Latest Earnings Calls

{% if current_user.is_authenticated and current_user.get_id() == "1" %} {% endif %} {% for call in calls %} {% if current_user.is_authenticated and current_user.get_id() == "1" %} {% endif %} {% endfor %}
Symbol Company Name Year Quarter Call Date SummaryActions
{{ call.symbol }} {{ call.companyname }} {{ call.year }} {{ call.quarter }} {{ call.date }}
AI Summaries
Edit Delete
{% endblock %}