{% include 'top_menu/_profile_dropdown.html' %}
{% include 'top_menu/_community_dropdown.html' %}
{% if USER_IS_SUPERUSER %}
{% include 'top_menu/_apps_dropdown.html' %}
{% include 'top_menu/_support_dropdown.html' %}
{% endif %}
{# Block containing the navigation for the current app #}
{% block current_app %}
{# This block should be overrided by top_nav.html for inner apps #}
{# default to page because page templates don't inherit from pages/base.html #}
{% if page %}