{% extends "base.html" %} {% block title %}Show Calls{% endblock %} {% block page_title %}Show Calls{% endblock %} {% block content %}
Symbol | Company Name | Year | Quarter | Call Date | Summary | {% if current_user.is_authenticated and current_user.get_id() == "1" %}Actions | {% endif %}
---|---|---|---|---|---|---|
{{ call.symbol }} | {{ call.companyname }} | {{ call.year }} | {{ call.quarter }} | {{ call.date }} |
![]() |
{% if current_user.is_authenticated and current_user.get_id() == "1" %}
Edit Delete | {% endif %}