{% load static %}
Home
Manage Company Subscriptions
Logout
{#
Settings
#}
Welcome
{{ name }}
!
{% csrf_token %}
Refresh News
Recent
{% for title, url, summary, source, index, dates in articles %} {% if dates == True %}
{% if source == "BI" %}
{% endif %} {% if source == "NYTIMES" %}
{% endif %} {% if source == "TECH_TIMES" %}
{% endif %} {% if source == "FORBES" %}
{% endif %}
{{ title }}
Article Summary
{{ summary }}
{% endif %} {% endfor %}
Earlier
{% for title, url, summary, source, index, dates in articles2 %} {% if dates == False %}
{% if source == "BI" %}
{% endif %} {% if source == "FORBES" %}
{% endif %} {% if source == "NYTIMES" %}
{% endif %} {% if source == "TECH_TIMES" %}
{% endif %}
{{ title }}
Article Summary
{{ summary }}
{% endif %} {% endfor %}