{% extends "cosinnus/base.html" %} {% load i18n static cosinnus_tags widget_tweaks %} {% block page_title %} {% if activate %}{% trans "Re-Activate Project/Group" %}{% else %}{% trans "Deactivate Project/Group" %}{% endif %} {% endblock %} {% block breadcrumb %} {{ block.super }}
  • {% if activate %}{% trans "Re-Activate Project/Group" %}{% else %}{% trans "Deactivate Project/Group" %}{% endif %}
  • {% endblock %} {% block leftnav %} {% include 'cosinnus/group/leftnav_group.html' with group=target_group current_page='groupdeactivate' %} {% endblock leftnav %} {% block content %} {% if not activate %}

    {% trans 'Warning!' %}

    {% trans "You are about to deactivate this project/group!" %}

    {% endif %}
    {% if activate %}{% trans "Re-Activate Project/Group" %}{% else %}{% trans "Deactivate Project/Group" %}{% endif %}: {{ target_group.name }}

    {% if activate %}

    {% trans "You are about to re-activate this project/group. It and all of its content will be visible on the website again." %}

    {% else %}

    {% trans "You are about to deactivate this project/group. It and all of its content will be hidden on the website and invisible to everyone, including you." %}

    {% trans "This process is reversible. You can reactivate the project/group from the project/group list page at any time." %}

    {% endif %}
    {% csrf_token %}
    {% endblock %}