{% load i18n cosinnus_tags %} {% if user|is_member_in_forum %}
{% else %} {% comment %} Users can only attach files if they are members of the forum {% endcomment %} {% group_url 'cosinnus:group-dashboard' group=SETTINGS.NEWW_FORUM_GROUP_SLUG ignoreErrors=True as blog_url %} {% if blog_url %}
{% endif %} {% endif %}