{% extends 'base.html' %} {% block header %}

{% block title %}Earnings Call Transcript{% endblock %}

{% endblock %} {% block content %}

Link to Earnings Call Transcript

{% for name in names %} {% if name=='Company Participants' %}

{{name}}

{% elif name=='Conference Call Participants'%}

{{name}}

{% else %}

{{name}}

{% endif %} {% endfor %}

Analysis

{{legend}}

Summarization of Top 3 frequent speakers

Jeff Alvarez

{{participant[0]}}

Vicki Hollub

{{participant[1]}}

Cedric Burgher

{{participant[2]}}

{% endblock %}