{% load i18n static cosinnus_tags thumbnail %}
  • {% trans "Stream" %}
  • {% include 'cosinnus/navbar_buttons_group_menus.html' %} {% comment %} Display a link to the blog Group if it exists {% endcomment %} {% group_url 'cosinnus:group-dashboard' group=SETTINGS.NEWW_FORUM_GROUP_SLUG ignoreErrors=True as blog_url %} {% if blog_url %}
  • {% trans "Forum" %}
  • {% endif %}
  • {% trans "People" %}
  • {% trans "Map" %}
  • {% block extra_navbar_buttons %}{% endblock extra_navbar_buttons %}