{% extends "base.html" %} {% block body %}

Dashboard

{% if global_alerts %}
    {% for alert in global_alerts %}
  • {{alert}}
  • {% endfor %}
{% endif %} {% with messages = get_flashed_messages( with_categories=true) %} {% if messages %}
    {% for message in messages %}
  • {{message}}
  • {% endfor %}
{% endif %} {% endwith %}

Site Search

Supply Search

Downloads
Core Reports Supplies Sites
Snapshot Download  
HH Data Download Download
TRIAD Download Download
CRC Download  
Register Reads Download
Monthly Duration    
Eras Duration Download
Scenario Runner    
Contracts
DC
MOP
Supplier
Non-Core
{% endblock %}