{% extends "core/site_base.html" %} {% block tabtitle %}Profile | Simmate{% endblock %} {% block body %}

Welcome {{ user.username }}!

Manage your account and view your notifications below.

{% include "account/for_view/tabs_header.html" %}
{% include "account/for_view/overview_tab.html" %} {% include "account/for_view/notifications_tab.html" %} {% include "account/for_view/projects_tab.html" %} {% include "account/for_view/inventory_tab.html" %}
{% endblock %}