{% extends "base.html" %} {% import "doe_weekly_macros.html" as m %} {% block content %}
{{ cu.seas_chart_weekly(data['report'], 'WGTSTUS1', title='Mogas Total Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'W_EPOBGRR_SAE_NUS_MBBL', title='RBOB Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WGFUPUS2', title='Mogas Demand', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'W_EPM0F_YPR_NUS_MBBLD', title='Finished Gas Supply', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WGRRPUS2', title='Reformulated Gas Supply', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'Gas Yield', title='Gas Yield %', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'Non Oxy Yield', title='Non-Oxy Yield %', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WBCIMUS2', title='Imports', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'W_EPM0F_EEX_NUS-Z00_MBBLD', title='Exports', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WGTSTP11', title='Total Gas Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'W_EPOBGRR_SAE_R10_MBBL', title='RBOB Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WGTSTP21', title='Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WGTSTP31', title='Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WGTSTP41', title='Stocks', title_url=data['eia_url']) }}
{{ cu.seas_chart_weekly(data['report'], 'WGTSTP51', title='Stocks', title_url=data['eia_url']) }}