{% block header %} {% set menus = h.get_dynamic_menu() %} {{ _('Skip to content') }} {% if g.debug and not g.debug_supress_header %} Controller : {{ c.controller }}Action : {{ c.action }} {% endif %} Jump to Content Search for: Search {% block header_account %} {% if c.userobj %} {{ h.gravatar((c.userobj.email_hash if c and c.userobj else ''), size=22) }} {{ c.userobj.display_name }} {% set new_activities = h.new_activities() %} {% set notifications_tooltip = ngettext('Dashboard (%(num)d new item)', 'Dashboard (%(num)d new items)', new_activities) %} {{ new_activities }} {% if c.userobj.sysadmin %} {% endif %} {% endif %} {% endblock %} {{ _('data.gov') }} {% include 'snippets/root_nav.html' %} {% block header_site_navigation %} {% endblock %} Data.gov users! We welcome your suggestions for improving Data.gov and federal open data. {% if menus['topic_header'] %} {% if menus['topic_header']['multi'] %} {{ menus['topic_header']['name'][0] }} — {{ menus['topic_header']['name'][1] }} — {% else %} {{ menus['topic_header']['name'] }} — {% endif %} {% else %} {% endif %} Data Catalog {% block breadcrumb %} {{ _('Home') }} {{ h.nav_link(_('Datasets'), controller='package', action='search', highlight_actions = 'new index') }} {% endblock %} {{ _('Organizations') }} {% if menus['submenus'] %}