{% if site.suffix %}   {{site.topnav_title}} {% else %}   {{site.topnav_title}} {% endif %}
    {% include custom/conditions.html %} {% for entry in topnav %} {% for subcategory in entry.subcategories %} {% if subcategory.audience contains audience and subcategory.product contains product and subcategory.platform contains platform and subcategory.version contains version and subcategory.web != false %} {% if subcategory.external_url %}
  • {{subcategory.title}}
  • {% elsif page.url == subcategory.url %}
  • {{subcategory.title}}
  • {% else %}
  • {{subcategory.title}}
  • {% endif %} {% endif %} {% endfor %} {% endfor %}
  • {% for entry in topnav_dropdowns %} {% for subcategory in entry.subcategories %} {% if subcategory.audience contains audience and subcategory.product contains product and subcategory.platform contains platform and subcategory.version contains version and subcategory.web != false %} {{ subcategory.title }}
      {% for subitem in subcategory.items %} {% if subitem.audience contains audience and subitem.product contains product and subitem.platform contains platform and subcategory.version contains version and subitem.web != false %} {% if subitem.external_url %}
    • {{subitem.title}}
    • {% elsif page.url contains subitem.url %}
    • {{subitem.title}}
    • {% else %}
    • {{subitem.title}}
    • {% endif %} {% endif %} {% endfor %} {% endif %}
  • {% endfor %} {% endfor %} {% comment %} {% include custom/doc/customMenu.html %}{% endcomment %} {% include feedback.html %}
    • {% include frameescape.html %}