{% extends "base.html" %} {% block title %}Search Results{% endblock %} {% block page_title %}Search Results{% endblock %} {% block content %}
Symbol | Company Name | Year | Quarter | Call Date | {% 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 %}