{% extends "base.html" %} {% import "doe_weekly_macros.html" as m %} {% block content %}
{{ cu.seas_chart_weekly(data['report'], 'W_EPC0_TVP_NUS_MBBLD', title='Transfers to Crude: Crude oil', title_url=data['eia_url']) }}
{{ cu.seas_chart(data['report_monthly'], 'U.S. Transfers to Crude Oil Supply of Crude Oil(Thousand Barrels per Day)', title='Monthly: U.S. Transfers to Crude Oil Supply of Crude Oil(Thousand Barrels per Day)') }}
{{ cu.seas_chart_weekly(data['report'], 'W_EPLLNGPU_TVP_NUS_MBBLD', title='Transfers to Crude: Natural Gasoline & Unfinished Oils', title_url=data['eia_url']) }}
{{ cu.seas_chart(data['report_monthly'] * -1, 'U.S. Transfers to Crude Oil Supply of Natural Gasoline(Thousand Barrels per Day)', title='Monthly: U.S. Transfers to Crude Oil Supply of Natural Gasoline(Thousand Barrels per Day)') }}
{{ cu.seas_chart_weekly(data['report'], 'W_EPLLCL2A_TVP_NUS_MBBLD', title='Transfers to Crude: Condensate & Alskan NGL', title_url=data['eia_url']) }}