{% include 'top_menu/_profile_dropdown.html' %}
{% include 'top_menu/_community_dropdown.html' %}
{% include 'top_menu/_apps_dropdown.html' %}
{% if USER_IS_SUPERUSER or request.user.is_staff %}
{% include 'top_menu/_reports_dropdown.html' %}
{% endif %}