{% 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    
Duration Download Download
Scenario Runner    
{% endblock %}