{% extends "cosinnus/base.html" %} {% load i18n bootstrap3 cosinnus_tags %} {% load static from staticfiles %} {% block page_title %}{{ group.name }}{% endblock page_title %} {% block extrahead %} {% endblock extrahead %} {% block og_meta_attributes %} {% include 'cosinnus/group/group_og_meta_attributes.html' with group=group %} {% endblock og_meta_attributes %} {% block container_classes %}container{% endblock container_classes %} {% block main_page_header %}
{% if group %} {% cosinnus_menu "cosinnus/appsmenu.html" %} {% endif %}
{% if SETTINGS.COSINNUS_ALLOW_DASHBOARD_WIDGET_REARRANGE %} {% if user.is_authenticated and user.pk in group.admins or user.is_superuser %} {% endif %} {% endif %}
{% include 'cosinnus/messages.html' %} {% if SETTINGS.COSINNUS_ALLOW_DASHBOARD_WIDGET_REARRANGE %} {% endif %} {% if SETTINGS.COSINNUS_MICROSITES_ENABLED %} {% comment %} ------- Microsite edit-me message ------------ {% endcomment %} {% if user.is_authenticated and user.pk in group.admins and not group.description_long %}

{% trans "Your Microsite needs some love!" %}

{% if group.type == 0 %} {% trans "The Microsite is your projects's welcome page for everyone checking it out. Make it awesome so they want to join you!" %} {% else %} {% trans "The Microsite is your group's welcome page for everyone checking it out. Make it awesome so they want to join you!" %} {% endif %}

{% trans "Access it from the top menu or" %} {% trans "get started here..." %}

{% endif %} {% endif %}
{% include "cosinnus/group/group_avatar_image.html" with group=group %}
{% if user.pk in group.members or user in group.admins or not user.is_authenticated %} {% if "marketplace" in object_counts %} {% endif %} {% if "poll" in object_counts %} {% endif %} {% if "file" in object_counts %} {% endif %} {% if "etherpad" in object_counts %} {% endif %} {% if "todo" in object_counts %} {% endif %} {% if "event" in object_counts %} {% endif %} {% if "note" in object_counts %} {% endif %} {% elif user.pk in group.pendings %} {% captureas label %}{% blocktrans with title=group.name %}Do you really want to withdraw your join request to „{{ title }}“?{% endblocktrans %}{% endcaptureas %} {% captureas title %}{% trans "Withdraw Join Request" %}{% endcaptureas %} {% captureas action %}{% group_url 'cosinnus:group-user-withdraw' group=group %}{% endcaptureas %} {% include "cosinnus/modal_box.html" with id="join_withdraw_modal" label=label title=title form_action=action %} {% else %} {% captureas label %}{% blocktrans with title=group.name %}Do you wish to request to join „{{ title }}“?{% endblocktrans %}{% endcaptureas %} {% captureas title %}{% trans "Join" %}{% endcaptureas %} {% captureas action %}{% group_url 'cosinnus:group-user-join' group=group %}{% endcaptureas %} {% include "cosinnus/modal_box.html" with id="join_withdraw_modal" label=label title=title form_action=action %} {% endif %} {% comment %} Group follow button is out for now {% endcomment %}

{{ group.name }} {% if group.facebook_group_id %}   {% elif group.facebook_page_id %}   {% endif %}

{% with society=group.get_parent_typed %} {% if society %}

{% trans "Group:" %} {{ society.name }}

{% endif %} {% endwith %}

{% if group.description and group.description|length > 0 %}
{{ group.description|textfield }}
{% else %}

{% trans "No Description set" %}

{% endif %} {% with topics=group.media_tag_object.topics %} {% if topics %}

{% trans "Topics" %}: {% render_cosinnus_topics topics %}

{% endif %} {% endwith %}
{% endblock main_page_header %} {% block main_page %}
{% endblock main_page %} {% block extrafooter %} {{ block.super }} {% endblock %}