{% extends "base.html" %} {% block title %}{% if calls %}{{ calls[0].symbol }} Earnings Calls{% else %}Company Not Found{% endif %}{% endblock %} {% block content %}

{{ calls[0].symbol }} - {{ calls[0].companyname }}

{% if calls %}
Recent Earnings Calls:
{% else %}

No earnings calls found for this company.

{% endif %}
{% endblock %} {% block custom_css %} {% endblock %}