{% load i18n static cosinnus_tags thumbnail %} {% 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 %} {% include 'cosinnus/navbar_buttons_group_menus.html' %}
  • {% trans "People" %}
  • {% trans "Map" %}
  • {% trans "Your Subportal Extrabutton" %}
  • {% block extra_navbar_buttons %}{% endblock extra_navbar_buttons %}