{% extends "accounts/base.html" %} {% block title %}Option Chain Viewer{% endblock %} {% block content %}

Option Chain Viewer

{% csrf_token %} {{ form.as_p }}

Please enter a stock symbol and date range to view the options chain.

{% if table %}
{{ table|safe }}
{% endif %} {% endblock %}