{% load i18n static cosinnus_tags thumbnail %} {% if request.user.is_authenticated %}
  • {% if COSINNUS_UNREAD_MESSAGE_COUNT and COSINNUS_UNREAD_MESSAGE_COUNT > 0 %} {{ COSINNUS_UNREAD_MESSAGE_COUNT }} {% endif %}  {% trans "Messages" %}
  • {% if COSINNUS_STREAM_UNSEEN_COUNT and COSINNUS_STREAM_UNSEEN_COUNT > 0 %} {{ COSINNUS_STREAM_UNSEEN_COUNT }} {% endif %}  {% trans "My Stream" %}
  • {% endif %} {% block extra_navbar_icon_buttons %}{% endblock extra_navbar_icon_buttons %}