{% extends "layout-right.html" %} {% macro sentence_case(text) %} {{ text[0]|upper}}{{text[1:] }} {% endmacro %} {% block header %} {% endblock header%} {% block sidebar %} {% endblock sidebar %} {% block content %}

{{user_count}}

Users

{{projects_count}}

Projects

{{challenges_count}}

Challenges

{{solutions_count}}

Solutions

{{comments_count}}

Comments

{{feedback_count}}

Feedbacks

{{reports_count}}

Reports

{% endblock content%}