{% 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.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..." %}
{% trans "Group:" %} {{ society.name }}
{% endif %} {% endwith %} {% if group.description and group.description|length > 0 %}{% trans "No Description set" %}
{% endif %} {% with topics=group.media_tag_object.topics %} {% if topics %}{% trans "Topics" %}: {% render_cosinnus_topics topics %}
{% endif %} {% endwith %}