{% extends "base_side.html" %} {% load i18n %} {% load bootstrap3 %} {% load render_widget %} {% block maincontent %}

{% trans "Dashboard" %}

{# Actual widgets #} {% for row in rows %}
{% for widget in row %}
{{ widget|render_widget }}
{% endfor %}
{% endfor %} {# "Example canned data" #}
Ebola Questions this week
Blank widget space
County Date Question Type
Lofa 5/7/15 What is the cause of ebola? Origin
Montserrado 5/7/15 Is ebola still here or not? Updates
Margibi 5/7/15 When will Liberia be free from ebola Updates
Sinoe 5/7/15 How did Ebola come to Liberia? Origin
Montserrado 5/7/15 HOW DO EBOLA TREAT A PERSON Measures
Montserrado 5/7/15 I have been told that very soon that Liberia will be declar ebolo free now i want to know if there is any ebola case Updates
Montserrado 5/7/15 EBOLA STILL IN LIBERIA? Updates
Montserrado 5/7/15 How Many Person Have Die From Ebola In Liberia? Numbers
{% endblock maincontent %}