{{ WAFER_CONFERENCE_NAME }}
    {% for item in WAFER_MENUS.items %} {% if item.image and item.url %}
  • {% elif item.url %}
  • {{ item.label }}
  • {% else %}
  • {{ item.label }}
      {% for subitem in item.items %}
    • {{ subitem.label }}
    • {% endfor %}
  • {% endif %} {% endfor %}
    {% if user.is_authenticated %}
  • {{ user.username }}
    • {% blocktrans with name=user.get_full_name|default:user.username %} {{ name }}'s profile {% endblocktrans %}
    • {% trans 'Log out' %}
    • {% if user.is_staff %}
    • {% trans 'Site admin' %}
    • {% endif %}
  • {% elif not WAFER_HIDE_LOGIN %}
  • {% trans 'Register / Log In' %}
  • {% endif %}