+ + +
+ + +
{% block page_title %}Dashboard{% endblock %}
+ + + +
+ + + + + + +
{{ user.username|first|upper }}
+
+
+ + + {% if messages %} +
+ {% for message in messages %} +
+ + {{ message }} + +
+ {% endfor %} +
+ {% endif %} + + +
+ {% block content %}{% endblock %} +
+ +