{% load blocktrans trans from i18n %} {% load gravatar_url from gravatar %} {% load is_admin from privacy_tags %} {% comment %} This template is the header at the top of organization dashboard pages. There are two modes to this header, full and collapsed. The header always starts off as collapsed, to save visual space and can be expanded with the right label. {% endcomment %} {% block organization_header %} {# Organization specific notifications only #} {% if organization %} {% endif %}
{% block organization_header_metadata %}
{% block organization_header_title %} {% endblock organization_header_title %} {% block organization_header_labels %}
{# The dropdown action button, to swap between expanded/collapsed #}
{% endblock organization_header_labels %} {% block organization_header_metadata_left %} {% endblock organization_header_metadata_left %} {% block organization_header_metadata_right %} {% endblock organization_header_metadata_right %}
{% endblock organization_header_metadata %}
{% block organization_header_navigation %} {% endblock organization_header_navigation %} {% endblock organization_header %}