{% extends "base.html" %} {% import "doe_weekly_macros.html" as m %} {% block content %}
{{ cu.seas_chart_weekly(data['report'], 'WPRSTUS1', title='Total LPG Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'propane_days_disp', title='Propane days of disposition', title_url=data['eia_url']) }}
Days of disposition: Stocks / (demand + exports - imports)
{{ cu.seas_chart_weekly(data['report'], 'WPRUP_NUS_2', title='Total Propane & Propylene Product Supplied', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRTP_NUS_2', title='Total Propane Production', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRIM_NUS-Z00_2', title='Propane Imports', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'W_EPLLPZ_EEX_NUS-Z00_MBBLD', title='Propane & Propylene Exports', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRSTP11', title='Total Propane Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRST1A1', title='Total Propane Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRST1B1', title='Total Propane Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRST1C1', title='Total Propane Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRSTP21', title='Total Propane Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRSTP31', title='Total Propane Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WPRST_R4N5_1', title='Total Propane Stocks', title_url=data['eia_url']) }}