{% include '/dashboards/head.html' %}
{% include '/dashboards/navbar.html' %}

General overview

Projects

{% include '/dashboards/counters.html' %}
{% include '/dashboards/drilldown.html' %}
{% for row in projects%}
{% for col in row%} {% endfor %}
{% endfor %}
{% include '/dashboards/footer.html' %}